esthera
03-28-2007, 05:58 PM
i am doing the following code
$myusername="esther";
$mypassword="pass";
setcookie("username", $myusername, time()+3600);
setcookie("password", $mypassword, time()+3600);
for some reason this is not setting the cookie?
what am i doing wrong?
$myusername="esther";
$mypassword="pass";
setcookie("username", $myusername, time()+3600);
setcookie("password", $mypassword, time()+3600);
for some reason this is not setting the cookie?
what am i doing wrong?