If you are new to PHP, this is for you. Here you will learn how to create and run a PHP web page for the first time.
Continue reading “PHP Lesson 1 – First PHP Script”
Month: May 2005
PHP Lesson 2 – Add Comments
You will save a lot of time and money if you just remember to write comments as you write your codes. Trust me, you will forget which code goes where and what it does. We all forget. This is a how-to on how to organize your scripts with different types of
Continue reading “PHP Lesson 2 – Add Comments”
PHP Lesson 3 – Creating Functions
How to create Functions in PHP and also how to Pass Variables to Functions.
Continue reading “PHP Lesson 3 – Creating Functions”