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();