Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
Code Help.. If txt input box empty search X instead..
I am having a problem with my search script. At current it will simply search by a selected date whi
INSERT for date range
Hi all
I have the following table
Code: [Select] `date` date
`day` int(2)
`
Validation
Hello
I know this is a really vag question.
I need to have a input field on a form th
Basic Forum Tutorial
Hi, I'm new to PHP. I want to build a basic forum for my site using PHP and MySQL. I've searched t
New to mysqli library - Multiple query problem
Greetings,
I am writing a batch program that executes 3 queries on a single page. Using mysql
php/mysql auto logout after 2 hour and reset password
Hi all,
This I hope will make sense. I've the following code which when a user logins in, cr
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am