: how do i redirect users to another page in php?
You can also do it as follows:
header('Location: your_redirect_page.php');
See
http://uk2.php.net/manual/en/function.header.php for further details.
Make sure when you call the function that no other headers have already been sent - ie, nothing has been output on the page, otherwise you'll get warnings.
Regards,
Isaac
"Let us smite the evil slime eating hordes who may befall us on our quest to be the ultimate programmers of the known universe!"