summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaerri <62021987+jaerri@users.noreply.github.com>2026-02-04 17:15:47 -0600
committerjaerri <62021987+jaerri@users.noreply.github.com>2026-02-04 17:15:47 -0600
commit389ab09035b8de218b0633dec6ec9468db082830 (patch)
tree49e42adf563a1d2745b7993e65e5c682dedee171
parent3065da6b5ac423f63534f6b6393925c04c601e6a (diff)
it works!!!!!
-rw-r--r--hello.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/hello.php b/hello.php
index 46319f9..e500590 100644
--- a/hello.php
+++ b/hello.php
@@ -2,11 +2,9 @@
<html>
<body>
-<h1>My first PHP page</h1>
+<h1>PHP test</h1>
-<?php
-echo 'Hello World!';
-?>
+<?php echo 'Hello World!'; ?>
</body>
</html> \ No newline at end of file