View Single Post

  #1 (permalink)  
Old 10-19-2004
Cyrus D.
 
Posts: n/a
Default Sending user to another page ?

Hi guys,

I want to do something simple, here is the code:

<?php

if($ageCheck)
// goto mainpage.html
else
// goto under21.html

?>

What is the best way to do that ? I looked at header() but I'm not sure if
that's the best way. Thanks.

Take care,
Cyrus


Reply With Quote