|
To make a PHP page redirect, use the following code: NOTE - You can only use this tip on a PHP page. It will not work on an HTML page. Also note: Once you add this code to your PHP page, it will instantly redirect. No content from this page will ever be seen in a browser. |
|
<?php header("location: http://www.network54.com/YOURFORUMID"); ?> |
| Change YOURFORUMID to your forum ID, of course. Also, make sure to use only that code for the entire page. No empty lines at the top or bottom of the code and no HTML. |
|
[
Network 54 Tech Tips
]
[
Adding a POST button
]
[
Adding Content to Different Pages
]
|
|
|