Jump to content

troubleshooting (:Cannot modify header information - headers already sent by")


newrehmi

Recommended Posts

hellow all, sorry if this kind of topic already discussed for many times.

I am just troubleshooting my problem to the root of it, and still can't find the answer.

 

so this is my code, without <html> tags or whatsoever. Just this in my test.php.

 

<body><?php header("location: index.php");?></body>

 

and when I open the test.php, it gave me those "Cannot modify header information - headers already sent by... blabla bla"

 

but, when I remove the <body> tag, it redirect normally. I already do those outputbuffering=on and still having the same problem..

 

May someone list a what is my actual problem?

 

 

Thanks so much in advance!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.