Hello,
does anybody know what the use of the exclamation mark in "!isset" is?
It seems that the script below is only willing to work properly if used
without "!".
extract($_SESSI ON);
if(!isset($pass word))
die ("Access denied");
Thanks!
does anybody know what the use of the exclamation mark in "!isset" is?
It seems that the script below is only willing to work properly if used
without "!".
extract($_SESSI ON);
if(!isset($pass word))
die ("Access denied");
Thanks!
Comment