Win2000, IIS, PHP 4.2.1
Code:
$userid = $rowset["USER_ID"];
setcookie("user[name]",$userid);
setcookie("user[password]",$password);
Doesn't seem to be setting the cookies.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
