:?: Have tried to make sense of this, but am not quite sure what this !get_magic_quotes_pgc does, can someone please provide me with a simple expalnation of what it is, and why do i really need it. Please please please. Thanks. :lol:
if(!get_magic_quotes_gpc())
{
$title = addslashes($title);
$content = addslashes($content);
}