Create a new Web page with this code:
<html>
<head>
<title>Run your PHP scripts</title>
</head>
<body>
Click on <a href="http://www.yourwebsite.com/phpscripts/simple.php">this link</a> to run your first PHP script.
</body>
</html># Save the Web page as phplinks.html in the PHPSCRIPTS folder on your computer.
# Upload phplinks.html into the home directory of your Web site.
TIP: Don’t upload phplinks.html into the /phpscripts directory on the Web server.
Put it in the home directory of your Web site on that server, where the home page—index.html—resides.
Open a Web browser and go to:
www.yourwebsite.com/phplinks.html
# Click the link.
The output should look like this: