PHP: Select an Article
Part 1: An Introduction to PHP
by David Gowans
Up until recently, scripting on the internet was something which very few people
even attempted, let alone mastered. Recently though, more and more people have
been building their own websites and scripting languages have become more
important. Because of this, scripting languages are becom...
posted on Jun 4, 2007
Part 2: Formatting and Printing Text
by David Gowans
In the last part of the tutorial I explained some of the advantages of PHP as a
scripting language and showed you how to test your server for PHP. In this part
I will show you the basics of showing information in the browser and how you can
use variables to hold information.
posted on Jun 4, 2007
Part 3: Conditional Programming
by David Gowans
Conditional statements are used to compare two values and carry out different actions
based on the results of the test. Conditional statements take the form IF, THEN, ELSE.
Basically the IF part checks for a condition. If it is true, the then statement
is executed. If not, the else statemen...
posted on Jun 4, 2007
|
Topics
Google
|