Hi Guys
I always get this error when trying to use header("location:index.php"); :
"Warning: Cannot modify header information - headers already sent"
What do I need to do in order to get rid of this message, other than putting the header(); at the top of the page(which I cant always do)?