martystudio
December 23rd, 2002, 10:57 AM
I have this code
if (is_null($_POST['name']) == TRUE) {
header("Location: http://www.martystudio.com/index.php?error=101&from=home");
}
print $name;
it works fine, but when iit is supposed to redirect it wont, i need to find out why and find the script that works:
Note, for some reason the link looks funny when im posting
Edited by h88 - fixed code
if (is_null($_POST['name']) == TRUE) {
header("Location: http://www.martystudio.com/index.php?error=101&from=home");
}
print $name;
it works fine, but when iit is supposed to redirect it wont, i need to find out why and find the script that works:
Note, for some reason the link looks funny when im posting
Edited by h88 - fixed code