Click here to Skip to main content
15,884,092 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to log multiple lines to HTML readonly textarea using vbscript Pin
Richard Deeming13-Oct-14 9:52
mveRichard Deeming13-Oct-14 9:52 
GeneralRe: How to log multiple lines to HTML readonly textarea using vbscript Pin
robwm113-Oct-14 10:20
robwm113-Oct-14 10:20 
QuestionStarting Web Application Pin
Roger16513-Oct-14 3:59
Roger16513-Oct-14 3:59 
AnswerRe: Starting Web Application Pin
ZurdoDev13-Oct-14 4:25
professionalZurdoDev13-Oct-14 4:25 
AnswerRe: Starting Web Application Pin
Dominic Burford13-Oct-14 5:17
professionalDominic Burford13-Oct-14 5:17 
AnswerRe: Starting Web Application Pin
mrjay4227-Oct-14 22:28
mrjay4227-Oct-14 22:28 
QuestionHow to embed a video in my c# based dot net website which should be compatible in all browsers especially chrome. Pin
Member 1107698013-Oct-14 1:16
Member 1107698013-Oct-14 1:16 
QuestionCall to undefined function php Pin
Jassim Rahma11-Oct-14 9:23
Jassim Rahma11-Oct-14 9:23 
Hi,

I am getting the above error. I am calling the function search_slideshow(). My home page is like this:

PHP
<?php include 'search_slideshow.php'; ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
<?php
	$findme = 'jassim'; echo $findme;
	search_slideshare($findme)
?>
</body>
</html>


and my function is in search_slideshow.php like this:

PHP
function search_slideshare($query)
{
  ....... code here
}

can anyone help please


Technology News @ www.JassimRahma.com

AnswerRe: Call to undefined function php Pin
Matt U.21-Oct-14 7:14
Matt U.21-Oct-14 7:14 
QuestionInvalid argument supplied for foreach() Pin
Jassim Rahma10-Oct-14 13:39
Jassim Rahma10-Oct-14 13:39 
AnswerRe: Invalid argument supplied for foreach() Pin
Dominic Burford12-Oct-14 22:26
professionalDominic Burford12-Oct-14 22:26 
AnswerRe: Invalid argument supplied for foreach() Pin
mrjay4215-Oct-14 3:48
mrjay4215-Oct-14 3:48 
QuestionStrange behavior in MVC3 web application Masterpage layout after deploying in IIS7 Pin
NikiGrly8-Oct-14 23:38
NikiGrly8-Oct-14 23:38 
QuestionError When click on login in MVC4 Pin
NarVish8-Oct-14 21:29
NarVish8-Oct-14 21:29 
AnswerRe: Error When click on login in MVC4 Pin
Richard MacCutchan8-Oct-14 21:51
mveRichard MacCutchan8-Oct-14 21:51 
GeneralRe: Error When click on login in MVC4 Pin
NarVish8-Oct-14 22:05
NarVish8-Oct-14 22:05 
GeneralRe: Error When click on login in MVC4 Pin
Richard MacCutchan8-Oct-14 22:25
mveRichard MacCutchan8-Oct-14 22:25 
AnswerRe: Error When click on login in MVC4 Pin
Dominic Burford10-Oct-14 4:52
professionalDominic Burford10-Oct-14 4:52 
QuestionGet Page Markup Pin
ASPnoob8-Oct-14 14:14
ASPnoob8-Oct-14 14:14 
AnswerRe: Get Page Markup Pin
Graham Breach8-Oct-14 22:25
Graham Breach8-Oct-14 22:25 
QuestionIssue while using MSSOAPINIT method of SOAP Object in .ASP Pin
DibenduC7-Oct-14 23:39
DibenduC7-Oct-14 23:39 
QuestionSending mail from a webpage using servlet Pin
Meghamaalaa7-Oct-14 1:51
Meghamaalaa7-Oct-14 1:51 
QuestionWierd issue with responsive layout - CSS Pin
Member 111144085-Oct-14 8:50
Member 111144085-Oct-14 8:50 
AnswerRe: Wierd issue with responsive layout - CSS Pin
Member 111144085-Oct-14 11:56
Member 111144085-Oct-14 11:56 
QuestionHow can i Post Radio Button List with Dynamic names to controller Pin
Mujtaba 103885433-Oct-14 20:24
professionalMujtaba 103885433-Oct-14 20:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.