Jared De Blander
Musings and links.
Friday, July 29, 2005
Magic Quotes and Add Slashes in PHP - Tutorials - Webmaster Stop
Magic Quotes and Add Slashes in PHP - Tutorials - Webmaster Stop
: "
function myAddSlashes( $string ) {
if (get_magic_quotes_gpc()==1) {
return ( $string );
} else {
return ( addslashes ( $string ) );
}
}
?>"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment