Add exams from exam58 to exam98
This commit is contained in:
6
exam73/set.php
Normal file
6
exam73/set.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
$_SESSION['username'] = 'alex';
|
||||
$_SESSION['age'] = '21';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user