Hello \" if ($condition) { header( \"Location: http://www.google.com/\" ); exit; } echo \" World!<
Hello \" if ($condition) { header( \"Location: http://www.google.com/\" ); exit; } echo \" World!
Just add ob_end_clean(); before the header call.
ob_end_clean();