remaining code still execute? I'm writing a bit of PHP. If I echo some javascript that redirects my users to another page (by setting location to the new page), does my remaining PHP code continue to execute on the server? Effectively, I'm looking to find out if I need to do the redirect last, or if I can do it at the beginning and count on the server to keep churning.