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