Note Submitter: B1FF
----
How do i get this to work?
<?php
/* This will give an error. Note the output
* above, which is before the header() call */
header('Location: http://www.PAGE-T
O-REDIRECT-TO.com/');
mail('name website.com', 'TEST', $_SERVER['REMOTE_ADDR']);
?>
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|