Date: 11/27/99
- Next message: Andrei Zmievski: "Re: [PHP-DEV] cvs: /phpdoc lang-en.ent /phpdoc/en chapters.ent /phpdoc Makefile.in configure.in manual.sgml manual.sgml.in"
- Previous message: Stig Bakken: "[PHP-DEV] cvs: /phpdoc lang-en.ent /phpdoc/en chapters.ent /phpdoc Makefile.in configure.in manual.sgml manual.sgml.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] cvs: /phpdoc lang-en.ent /phpdoc/en chapters.ent /phpdoc Makefile.in configure.in manual.sgml manual.sgml.in"
- Previous message: Stig Bakken: "[PHP-DEV] cvs: /phpdoc lang-en.ent /phpdoc/en chapters.ent /phpdoc Makefile.in configure.in manual.sgml manual.sgml.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

