Hi, How would one redirect a user to a different page if a certain condition was met?
i.e.
if($condition == true){
goTo newPage.php
}
Thanks for your help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

