Posted by shadowshifter on 11/08/06 10:51
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($_SESSION);
if(!isset($password))
die ("Access denied");
Thanks!
Navigation:
[Reply to this message]
|