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
[COLOR=silver][SIZE=1]Edited by h88 - fixed code[/SIZE][/COLOR]