You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
346 B
Plaintext

/* Create the file, hello.php, in your htdocs or public_html directory,
* or somewhere in the system.
*
* If Apache is running on your local computer and you saved the file in htdocs,
* open a web browser and go to http://localhost/hello.php
*
* If you want to run it in the command line mode:
* php hello.php
*/
echo 'Hello, world!';