Forum Moderators: coopster
Is it true that PHP code continues to parse beyond a line like
header('Location: [someurl.com');...]
EXAMPLE: Would CODE PORTION 2 still execute? Because it is for me...lol
CODE PORTION 1
CODE PORTION 1
CODE PORTION 1
header('Location: [someurl.com');...]
CODE PORTION 2
CODE PORTION 2
CODE PORTION 2
Thanks alot, from a very confused PHP guy.