--- Baumann Reto <[EMAIL PROTECTED]> wrote:
> Does somebody know if there is a potential problem with
> Header("Location: ....");
> not working properly?
Try this code:
<?
header("Location: http://www.google.com/");
?>
If this does not work, let us know.
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

