Possible Duplicate:
php headers already sent error
I have tried every thing to solve it, but this thig just wont go away.
Here is what I'm doing
if($query)
{
header("location:cool.php");
exit();
}
even though $query is executed, an issue with header.
thanks.