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
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
Comment