summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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