Hi....
I have a problem that when I echo a message in PHP page..and after that if i redirect that page to other page it shows an error...!!
So, How can we solve it...?
Hi....
I have a problem that when I echo a message in PHP page..and after that if i redirect that page to other page it shows an error...!!
So, How can we solve it...?
header() must stay before all echos and html tags, otherwise it brings errors.
Bookmarks