PHP Basics In Pictures
Basics
Variables
Numbers
User functions
Logic & Loops
Files
Add a link to see the output of
format.php
:
<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.
<p><a href="http://www.yourwebsite.com/phpscripts/comments.php">2. You can include hidden comments in PHP code.</a></p>
</body>
</html>
Open
phplinks.html
in the text editor.
TIP:
It’s in the
PHPSCRIPTS
folder on your computer.
<< BACK
NEXT >>