PDA

Click to See Complete Forum and Search --> : [RESOLVED] PHP Header error


I_Love_My_Vans
May 22nd, 2006, 05:30 PM
Morning :D

I have used the search function to find other Header problems, but i cant figure this out.

I am using header to redirect my user to another webpage like below...

// Redirect to the link URL
Header("Location: $url");

However i am returning an error...

Warning: Cannot modify header information - headers already sent by (output started at e:\domains\m\meltdownsoftware.co.uk\user\htdocs\redirect.php:4) in e:\domains\m\meltdownsoftware.co.uk\user\htdocs\redirect.php on line 49


Any idea?

PS Please dont slap me :(

IMLV

visualAd
May 22nd, 2006, 05:35 PM
http://www.vbforums.com/showpost.php?p=2467208&postcount=12

OMITT3D
May 22nd, 2006, 09:28 PM
You could also look into output buffering I think it's called.

penagate
May 23rd, 2006, 09:34 AM
:slap:

Read the error message.

Warning: Cannot modify header information - headers already sent by (output started at e:\domains\m\meltdownsoftware.co.uk\user\htdocs\redirect.php:4)


gives you all you need to know.

I_Love_My_Vans
May 23rd, 2006, 10:01 AM
Owww!!! Well i have resolved :(

I hate slapping :(