Posted by Cujo on 07/16/06 12:51
Shearer wrote:
> Why if I use warning header("Location: file.php") i had this warning?
> Warning: Cannot modify header information - headers already sent by
1) NOTHING must be output BEFORE a header() call.
2) I believe header('Location: URL') wants a complete absolute URL.
ie: http://www.example.com/file.php.
f.
Navigation:
[Reply to this message]
|