Answers for "why location header doesnt work"

0

why location header doesnt work

header() must be called before any actual output is sent, 
either by normal HTML tags, blank lines in a file, or from PHP.

And in your case, you are using echo before header()
Posted by: Guest on February-07-2022

Browse Popular Code Answers by Language