Sending mail before changing header location

shaise

New Member
From php.net:\[code\]<html><?php/* This will give an error. Note the output * above, which is before the header() call */header('Location: http://www.example.com/');?>\[/code\]Is it ok to read cookies and use mail() before changing header location?
 
Back
Top