| 
 Posted by J.O. Aho on 05/14/06 16:57 
Bandul wrote: 
 
> How do i redirect a web page 
> Ive using this meta tag: 
> <meta http-equiv="REFRESH" content="4; url=http://www.redirect_here.com"> 
> Not working, is there something else. 
 
<?PHP header("Location: http://www.redirect_here.com"); ?> 
 
http://www.php.net/manual/en/function.header.php
 
  
Navigation:
[Reply to this message] 
 |