i have a script in which it should redirect from one page to another. I tried using "header location", but that was of no use, i get headers already sent error message. How to fix this bug or is there any other way to redirect from one page to another in PHP?
Thanks in advance