note 77001 deleted from function.header by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: StevenMc
----
It is important to note that implementation of the following script will destroy all GET and POST data.
<?PHP
header("location: http://www.example.com");
exit;
?>