function : mysql_real_escape_string?
Posted: Sat Aug 09, 2003 2:07 pm
Has anyone having trouble with this function :
mysql_real_escape_string
I wrote :
and it gave me this error :
Fatal error: Call to undefined function: mysql_real_escape_string() in /var/www/html/test.php on line 3
mysql_real_escape_string
I wrote :
Code: Select all
$itemo = mysql_real_escape_string("Lar's Item, %_. is not red"); //Line 3
echo $itemo . "<br>";Fatal error: Call to undefined function: mysql_real_escape_string() in /var/www/html/test.php on line 3