Starting some PHP and confused by the way echo/print are working.
I\'ve got this code in my index.html:
index.html
Hell
You cannot put PHP code in an HTML file (unless you tell Apache to parse HTML files).
Rename the file to index.php
Do you have a webserver with PHP set-up?