PHP is a powerful web based scripting language. This tutorial aims to provide a brief description of PHP and its usage in every day web development projects. It by no means aims to provide a basis on how to use PHP effectively to create large scale projects, but rather as an introduction to those who want to learn how to use PHP.
Just a quick and simple web site demo. i use it for quick install, or as a back up site is i break the mysql. many reasons i wrote it. some web hosts don't have sql database.
As in many languages, there are 150 different ways to do just about everything, the same rule applies for a simple connection and output of data in a mySQL database using PHP. This tutorial will give you only one way of accomplishing this, and while it works, it is definitely not the only way.
This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.
This article introduces you to php includes. 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 page. That’s where php includes come in handy.