View Single Post
  #7  
Old 02-02-2011, 05:24 PM
Tony's Avatar
Tony Tony is offline
I program.
 
Join Date: Jan 2011
Posts: 75
Gender: Male
Credits: 8,219
Tony is on a distinguished road
Default

On some hosts, the header redirect will be funky, especially if you have an email system somewhere. For an alternative, you can use the following.

PHP Code:
echo '<meta http-equiv="refresh" content="2;url=".$domain.$scriptpath">'
Reply With Quote