Does anyone know how to redirect users to a new page using PHP?
I have tried the snippet at the code library and that doesn't seem to work. (I couldn't download the code).
Thanks in advance.
header("Location: newpage.php")
Just remember that you can't have output anything before calling the header() function.
See: www.php.net/manual/en/function.header.php