I’m new to PHP
I used the following code
header(“location:somepage.php”);
———————————-
The alert was never fired when i executed the code. If commented the header statement,
it worked.
could someone provide me an explain this behaviour and a possible solution to this