Hi guys. It's been a third day now, I am having problems with header. I have many included files which output echo before the header, so since I can't output them after the header, I used ob_start(); and ob_flush(); but still I am getting header problems.
If you wanted to created a login code. In which if user enters wrong credietials you might use echo "error";
but it is not working before, echo is being outputted before the header.
Anyone has any solutions for the problem?