diff options
| -rw-r--r-- | hello.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
