PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 200
Final year project, please point me in the right direction
hi there for my final year project I'm aiming to build a php script shell to use as an expert system
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Checking if field is empty AND using !is_numeric
Hi lads,
Need to be able to display an error message (using isset?) that says "Cant lea
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Using Windows message as a Handle
Hi,
I am writing one of my first multithreaded programs.
In one of the thread,