PHP Basics In Pictures
Basics
Variables
Numbers
User functions
Logic & Loops
Files
Run a script from a Web page
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>
<< BACK
NEXT >>