Advertisment
Build pages that is easy to update and modify with PHP
A brief introduction into for and while loop structures.
This is a basic tutorial for a complete beigginer which teaches you how to display information on a page using PHP and how to use variables.
Learn the basics of using comments in PHP
A simple guide for beginners to learn about use of if conditionals, within their scripts.
A simple explanation of the basical Include function. With example.
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was...
Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single...
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you...
An introduction to classes and object orientated programming in PHP.
Learn how to get started using PHP with this tutorial.
If you are a PHP developer who needs a portable reference guide for frequent use in your job, the PHP Phrases tutorial is perfect for you. The PHP...
Learn what Regular Expressions are and how to use them.
Show you There’s a single line you can add to your web host’s control panel that will automatically archive your websites content using the php...
An introduction to arrays. Arrays will be created from tables, and data containing them will be displayed. A couple of example are use to...
A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning...
This is a quick, easy, simple to understand introduction to arrays to get a beginner introduced to how they work, what their purpose is, and ways...
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting...
Functions are the robots of any programming languages and in PHP they just the same. They are mainly used to make code reusable and easy to read....
We just introduced functions, now along with functions comes Scope of variables. In common day terms, let me try to explain scope. If you have 4...