Jump to content

eldan88

Members
  • Posts

    488
  • Joined

  • Last visited

Everything posted by eldan88

  1. Nevermind. There was another file that that was included, using the same code which didn't have a $_GET that wasn't set
  2. Hey Guys, I have a simple if/else condition, and I keep getting an error "Undefined index: store" . I was wondering why its giving me thar error with the first if statment evalutes to true?? . Below is my code. Thanks! if(isset($_SESSION['store'])){ $store_name = $_SESSION['store']; } else { $store_name = trim($_GET["store"],"/"); }
×
×
  • 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.