View Single Post
Old 06-18-2005, 01:45 PM   #34 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 704
DJMaze is on a distinguished road
A phonenumber is text, a date is numeric/text, both are non-binary

Binary data is images, unicode, zip, exe, etc.
If you want to store such items in your database the mysql_escape_string() can't deal with them properly.
The exact reason is also depending on character set and other aspects
read for more details: http://php.net/mysql_escape_string
DJMaze is offline   Reply With Quote