[snip]
I would like to know how to do a simple redirect from a php page.
[/snip]

Look up 'header' on php.net

header("Location: wherever.php"); exit();

HTH!

Jay 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to