RyanB88
05-20-2008, 03:31 AM
I have a PHP script I am working on, I need to to goto a specific web address.
|
||||
Navigate script to specific web addressRyanB88 05-20-2008, 03:31 AM I have a PHP script I am working on, I need to to goto a specific web address. bubbles19518 05-20-2008, 04:10 AM I think you want something similar to: <? header("location:http://yoursite.com"); ?> Put that code before the headers are sent ( before you output anything ). It will redirect to the page you specify. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum