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 the source and pressing submit I get the warning:
Call to undefined function get_magic_qoutes_runtime() in /home/jhdesign/public_html/jhdesign/login.php on line 31
And line 31 is the first one of the script above. I checked if I didn't had version 6 of php, and I have 5 so that can't be the problem. What could be?
Yours faithfully,
Jan!
if (!get_magic_qoutes_runtime()) {
$_POST['email'] = addslashes($_POST['email']);
}
When completely following the source and pressing submit I get the warning:
Call to undefined function get_magic_qoutes_runtime() in /home/jhdesign/public_html/jhdesign/login.php on line 31
And line 31 is the first one of the script above. I checked if I didn't had version 6 of php, and I have 5 so that can't be the problem. What could be?
Yours faithfully,
Jan!