Skip to content

Commit

Permalink
Week 7 exercise 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Black authored and Harrison Black committed Aug 27, 2024
1 parent fde2384 commit 1405a8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion week7/hello.php
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@

<!DOCTYPE html>
<html>
<body>
<?PHP
$name = "World";
print "Hello, " . $name;
?>
</body>
</html>

0 comments on commit 1405a8e

Please sign in to comment.