|
An easy introduction to PHP
|
Other links at PHP > Tutorials > Introduction to PHP |
| 2. |
PHP - Use of variables
|
|
|
In this tutorial you will get the chance to learn how you can easily use variables in your PHP. It teaches you the basics so it is very easy for you if you are a beginner. Easy explenations for how it works.
|
| 3. |
TechiWarehouse PHP Tutorial
|
|
|
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was to make PHP welcoming for the beginners and not to make the whole intro sound too technical...
|
| 4. |
Building dynamic web pages with PHP
|
|
|
This article will explain how to build dynamic web pages with PHP. PHP is a very popular and easy to learn script language. Regardless if you are starting to build your website, or if you are already a pro, just read on to learn more about dynamic web pages and PHP.
|
| 5. |
Basics of PHP
|
|
|
Ok, this will give you some very basics of what php is, and how it works. Ill try to make it as new-to-programming freindly, but it will help if your at least good with understanding syntax of coding languages. Also, I wont go directly into how to install PHP onto your server, or local computer, but here is a few helpful links: Auto installer for Windows: http://codingforums.com/s howthread.php?t=3992 Sections: 1. What is PHP a. Picking PHP b. Installing PHP 2. Getting started a. Checking your server b. Your first script 3. Variables a. Declaring variables b. Filling variables c. Using variables
|
|
|