Just for good measure:
<?phpheader("Location: example@example.com", TRUE, 303);exit;?>
Make sure there are no echo's above the script otherwise it will be ignored.http://php.net/manual/en/function.header.php
Just for good measure:
<?phpheader("Location: example@example.com", TRUE, 303);exit;?>
Make sure there are no echo's above the script otherwise it will be ignored.http://php.net/manual/en/function.header.php