Working Around Magic Quotes in PHP
in PHP added by tutorialhelpdesk, on 21/4/2008 filter slashes added tutorial php backslash php escape quotes with backslash php magic quotes tutorial
Magic quotes (get_magic_quotes_gpc()) comes with PHP. When turned on it will escape incoming (Through GET or POST) quotes using a backslash.
comment save reportno comments
