Posted by ZeldorBlat on 09/17/07 16:14
On Sep 17, 12:08 pm, Mike <ampel...@gmail.com> wrote: > Hello, > How do I check to see if a GET varaible exists? > This is giving me an error message. > > if (isset !($_GET['id'])) > {die('You must Have a Key to get in'); > > } > > Thanks How about: if(!isset($_GET['id']))
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming