Warning: Cannot modify header information - headers already
Posted: Wed Jan 30, 2008 5:26 am
hi friends
please help i seriously face this problem again
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\
please help
the test even not printed i do not know what to do
please help i seriously face this problem again
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\
please help
Code: Select all
ob_start();
echo('test');
header('Location: http://www.google.com');
ob_end_clean();