Jump to content

Cookies help


mill

Recommended Posts

I use to use this to set / call the cookies and it worked fine, but when i changed my server it stopped working

<?php
if ($username == NULL) {
  $username = $usercook;
  $password = $passcook;
}
setcookie("usercook", "$username");
setcookie("passcook", "$password");
?>

 

Now it stopped working any idea how to fix this?

Link to comment
https://forums.phpfreaks.com/topic/115929-cookies-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.