VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums
>
CoderForums - Programming Discussion
>
General Programming Issues
>
Programming Languages & Technologies
>
PHP
> PHP redirect???
PDA
View Full Version :
PHP redirect???
vinceinhiding
08-18-2002, 03:58 PM
What is the function to redirect to another page using PHP? Is there one/more than one?
thanks
Joey
Sir_Psycho
08-18-2002, 04:37 PM
<?
header("Location: http://www.thesiteyouwanttoredirectto.com/");
exit;
?>
should do the trick
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.