119
edits
m (→Variables) |
(Remove legacy information.) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 14: | Line 14: | ||
cd ~/public_html | cd ~/public_html | ||
* Create a file called | * Create a file called ''hello.php'' using a text editor. | ||
nano hello.php | nano hello.php | ||
| Line 20: | Line 20: | ||
* Type this PHP code into the file | * Type this PHP code into the file | ||
<?php | <?php | ||
echo "Hello World!"; | echo "Hello World!"; | ||
?> | ?> | ||
* Save and exit (CTRL + O, CTRL + X) | * Save and exit (CTRL + O, CTRL + X) | ||