Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.
There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding.
Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!
This tutorial will guide you through the basics of PHP in the form of a mini project. This Mini-Project is a Random Number generator, this will help you learn better rather than learning PHP through meanlingless examples. It encourages you to play around with scripts that you create, and will set you on a firm ground for learning more about the language.
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...
PHP can be a confusing and complicated language but this tutorial will get you learning quickly and easily. Covering everything from variables to making decisions in PHP, you will learn it all at a fast yet easy to follow procedure.