--- Daniel Guerrier <[EMAIL PROTECTED]> wrote: > Is there any to redirect in php with using header() > and without the use of javascript?
Yes:
header('Location: http://www.php.net/');
If we are meant to answer your subject and not your message, then use a meta
HTML tag.
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

