Posted: Thu Oct 18, 2007 5:39 am
Code: Select all
if (get_magic_quotes_gpc()) {
$value = stripslashes($value);
}A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if (get_magic_quotes_gpc()) {
$value = stripslashes($value);
}