Chapter 3 files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php // test1.php
|
||||
$username = "Fred Smith";
|
||||
echo $username;
|
||||
echo "<br>";
|
||||
$current_user = $username;
|
||||
echo $current_user;
|
||||
?>
|
||||
Reference in New Issue
Block a user