Here is the classic
hello-PHP file for testing the server configuration :
Use your browser to access the file with your web server's URL, ending with the "/hello.php" file reference. When developing locally this URL will be something like http://localhost/hello.php or http://127.0.0.1/hello.php but this depends on the web server's configuration. If everything is configured correctly, this file will be parsed by PHP and the following HTML-
output will be sent to your browser.
... and by opening the page hello.php you will simply read : Hello World →