- Impact
- 19
Hey
i m reading a tutorial and they dont really explain what this line means:
i m reading a tutorial and they dont really explain what this line means:
PHP:
$username = (@$_SESSION['username']) ? @$_SESSION['username'] : @$_COOKIE['username'];





