My problem is I cannot seem to set a cookie.
<?php
setcookie("vegetable", "artichoke", time()+3600, "/", "127.0.0.1", 0);
?>I tried using "localhost" and "127.0.0.1" for the domain parameter, but that does not seem to work. I have tried this with botn Mozilla 1.7.3 and Internet Explorer to no avail.
Any pointers would be welcome.
Thnaks in advance. -- Joseph L. Mueller
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
