What is the best way to explain what this script does?
1 if (!$_SESSION['myusername'])
2 {
3 header('locaton: /login.php');
4 exit;
5 }
What is the best way to explain what this script does?
1 if (!$_SESSION['myusername'])
2 {
3 header('locaton: /login.php');
4 exit;
5 }