diff options
| author | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-04 17:15:47 -0600 |
|---|---|---|
| committer | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-04 17:15:47 -0600 |
| commit | 389ab09035b8de218b0633dec6ec9468db082830 (patch) | |
| tree | 49e42adf563a1d2745b7993e65e5c682dedee171 /hello.php | |
| parent | 3065da6b5ac423f63534f6b6393925c04c601e6a (diff) | |
it works!!!!!
Diffstat (limited to 'hello.php')
| -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 |
