PHP Development Guide

Welcome to php-development-guide.com

Here you can learn all about PHP. Why would you want to learn PHP you ask? Well, quite simply it empowers you to build your own websites that are dynamic and database driven, not too dissimilar to this site actually. PHP allows you to use logic and mathematics to define the contents of a page before it is displayed to the user. However, PHP is much, much more than that, it allows for interactivity. Imagine all of the sites you currently know, now imagine if you were not able to interact with them beyond clicking from page to page… that is the state of the websites before so called server-side programming languages like PHP.

Take a look at the navigation to the left and choose your path. If you’re new to programming in general you should start with the ‘Beginner’s Guide’, as that attempts to cover what general programming ideas as well as their role in PHP. Have fun reading and good luck!