This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
guides:webserver:part3 [2019/11/12 20:07] admin [Setting permissions] |
guides:webserver:part3 [2021/05/25 17:49] (current) admin [Create the first program] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| <code> | <code> | ||
| echo "<?php echo 'Hello, world'; ?>" > test.php | echo "<?php echo 'Hello, world'; ?>" > test.php | ||
| + | </code> | ||
| + | |||
| + | <code> | ||
| + | echo "<?php echo 2+2; ?>" > test2.php | ||
| </code> | </code> | ||