This is an old revision of the document!
Example #1 Our first PHP script: hello.php
- <html>
- <head>
- <title>PHP Test</title>
- </head>
- <body>
- <?php echo '<p>Hello World</p>'; ?>
- </body>
- </html>
course_planning:code-testing
This is an old revision of the document!
Example #1 Our first PHP script: hello.php
- <html>
- <head>
- <title>PHP Test</title>
- </head>
- <body>
- <?php echo '<p>Hello World</p>'; ?>
- </body>
- </html>