echo "<meta http-equiv=Refresh content=0;url=login.php?nflag=".$nflag.">";
Here i pass PHP variable nflag.
Can any body tell me where this variable(nflag) is store. So when i use
the statement ;
$nflag=$_GET;
and get that value. Where the value of 'nflag is stored', ans from where _GET[] array is formed. What are the default value of _GET[] array? Please any body help me.