quotes and addslashes

admin

Administrator
Staff member
my php-version 4.03pl uses magic_quotes_gpc=on. It works fine when printing the result out rightaway on a ordinary html-page, then slashes are added. But the content added to the database-table has no slashes. So when selecting content from database, there is no need to use stripslashes ... and when looking directily through the databasetable, there is no slashes. Is this normal or what; then there should be no need for stripslashes when using magic_quotes_gpc=on.
mysql is Ver 9.38 Distrib 3.22.32, pc-linux-gnu i686
apache is 1.3.14...

Greetings and thanks
 
Back
Top