View Single Post
Old 05-03-2008, 03:07 AM   #25 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
Harking back to the topic at hand somewhat, please remember the name of the function being used to escape your input: mysql_escape_string or MySQL Escape String. Escape string. Ok perhaps that came off a little strong but the point is there to be made that that function will only escape string values where expected input and output are strings; not integers, booleans or other types.
If that was directed at me, I would suggest reading my posts. Also, use mysql_real_escape_string, mysql_escape_string is depreciated since 4.3.0.
PHP: mysql_escape_string - Manual
__________________

Village Idiot is offline  
Reply With Quote