Ok so I had a problem and it was solved real quick, hope it happens again this time. I'm making a inlog script. And in this script I have a if statement which looks as follow :
if (!get_magic_qoutes_runtime()) {
$_POST['email'] = addslashes($_POST['email']);
}
When completely following...