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

Here line 15 contains the Header ("Location:test.php") line.
I will be grateful if you can help me.


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

Reply via email to