Hawkee commented on a PHP Script, PasteBin  -  Apr 09, 2012

You can adjust your code to apply the slashes only if magic_quotes are off by checking ini_get( 'magic_quotes_gpc' ). Or you can always run stripslashes() on the content before you run mysql_real_escape_string().

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.