This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
phptest [2019/07/17 12:17] admin created |
phptest [2019/07/17 12:18] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <html> | + | <php> |
| - | <?php | + | echo "Hello world!"; |
| - | echo "Hello world!" | + | </php> |
| - | ?> | + | |
| - | </html> | + | |