> I have user Header("Location: test.php") in a php file. It is not
working,
> instead I have got a warning of the form
> 
> Warning: Cannot add header information - headers already sent by
(output
> started at /var/www/html/test.php:5) in /var/www/html/test.php on line
15

header() must come before any output. You have output starting on line
5, just like the warning says...

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to