PHP References, Tutorials and Tools
January 26th, 2009

PHP Programming Language
Wondering where to start to learn PHP?
The resources listed here are enough for you to get started. These are not only for beginner, it is suitable for intermediate and advanced developer as well.
Get started
PHP Officeial Website
- First you need to download latest version of php runtime and install it in your system
- After installation, create a test file call test.php under your webroot directory and pate code below
- On your browser, navigate to http://localhost/test.php
- Get understanding the basic concept of the language with office english documentation guide
- Get yourself familiar with syntax and structure of the language. Sample tutorial will clear your way to the beginner entrance.
Amazon

