Does code execute after header (); ?
Posted: Fri Apr 09, 2004 11:49 pm
Hi,
I've got a download page which redirects to files based on the input in a form.
Redirect uses the header function but I also wish to fwrite to a log file from this same page. Will the fwrite function be carried out even after redirect has occurred?
Thanks
I've got a download page which redirects to files based on the input in a form.
Redirect uses the header function but I also wish to fwrite to a log file from this same page. Will the fwrite function be carried out even after redirect has occurred?
Thanks