[PHP-DEV] PHP4 and MYsql From: robert <email protected>
Date: 11/27/99

Hello,

I created a page that takes input from a user then puts it into a MySql
LONGBLOB field.

If the user inputs: I'm

I can do a display of the variable it is saved in and get:

I\'m

Just what I expect since I use addslashes().

I save that var in the database then dumb the DB and I see:

I\

Any ideas on how to fix this?! Thanks!!

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>