Jump to content

scuff

Members
  • Posts

    43
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

scuff's Achievements

Member

Member (2/5)

0

Reputation

  1. I've already looked at this http://ca.php.net/manual/en/function.setcookie.php and the ways it says to do it aren't working for me
  2. bump
  3. Even if that's true I would still like to know how to do it..
  4. bump
  5. I've tried those and they didn't work. I also tried them again just incase and it still didn't work.
  6. I tried to do that but it wasn't working so could somehow tell me a code that works because the ones I tried in the first post didn't work...
  7. So how could I get it to not detect that cookie anymore... I'm using if(isset($_COOKIE['account'])) { to detect it.
  8. setcookie('account', $_POST['account']); It seems impossible to delete this cookie! I've tried many things like: setcookie("account", "", time()-20000, "/", "domain.com" ); setcookie("account", "", time()-20000); etc... could anyone tell me how to do this?
×
×
  • 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.