This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
getting_started_part_3 [2019/09/10 11:30] nmckillop |
getting_started_part_3 [2020/03/12 15:27] (current) ed |
||
---|---|---|---|
Line 1: | Line 1: | ||
* [[Getting Started|Back to Getting Started overview]] | * [[Getting Started|Back to Getting Started overview]] | ||
- | * [[Getting Started Part 2|Back to Part 2 (setting up PHP/webserver)]] | + | * [[Getting Started Part 2|(previous) Getting Started Part 2: Installing Web/DB/PHP]] |
- | === Your first Hello World program === | + | ====== Getting Started Part 3: Hello World ====== |
+ | |||
+ | ===== Your first Hello World program ===== | ||
==== Setting permissions ==== | ==== Setting permissions ==== | ||
Line 20: | Line 22: | ||
==== Create the first program ==== | ==== Create the first program ==== | ||
- | We can create a new file by typing this: | + | We can create a new file called ''test.php'' containing some example PHP by typing this: |
<code> | <code> | ||
Line 30: | Line 32: | ||
Clicking on ''test.php'' should show your newly created "Hello, world" program | Clicking on ''test.php'' should show your newly created "Hello, world" program | ||
- | * [[Editing files|Continue to Part 4: Editing files remotely]] | + | * [[Editing files|(next) Getting Started Part 4: Editing files]] |