--- Mike Potter <[EMAIL PROTECTED]> wrote:
> I am using Microsoft IIS with the latest PHP installed.
> Here's a smple:
>
> setcookie("testCookie", "testValue", time() + 3600, "/");
> header("Location: http://newpage.php");
> exit;
This will not work with IIS. You need to use a meta refresh
or something to work around it. You can find out more here:
http://marc.theaimsgroup.com/?l=php-general&m=102929828515647&w=2
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php