View Single Post
Old 06-17-2005, 05:26 PM   #31 (permalink)
BUFFY
Registered User
 
Join Date: May 2005
Posts: 29
BUFFY is on a distinguished road
Like to thank everyone for their help.

I now have a working login script and registration!

However, im using:
$username = mysql_real_escape_string($username);
and
$title=mysql_real_escape_string($_POST['title']);

but need the PHP3.43 equivalent...

Any ideas?

Last edited by BUFFY; 06-17-2005 at 05:51 PM.
BUFFY is offline   Reply With Quote