PHP References, Tutorials and Tools
26 January 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.
Other great tutorials
- W3Schools PHP Tutorials. It covers
- Basic features
- Advanced
- XML
- Database
- Ajax
- A few quizzes to test what you have learned
- PHP For the Absolute Beginner. It covers
- Variables, Operators
- Functions, arguments passing
- Database
- Error handling
- Examples
- Tizag PHP Tutorial. It covers
- Installation
- Loop, Switch statements
- Form POST, GET
- File IO and upload
- Session, Cookies
Explorer More
- Good PHP Toturials has lots php tips and tricks
- PHP Classes has lots of pre-written scripts that is ready to use and deploy
- PHP at Host Scripts has thousands of pre-written scripts for free (and some commercial)
- PHP at Devshed has lots of articles and tutorials from different authors
- PHPFreak sure you will find lots of "freak" there
- PHP Video when you don't like to read to learn
Developer Tools
- Eclipse + PDT Project PHP Development Tools framework for the Eclipse platform
- PHPEclipse alternative to above, plus more added features
- Netbeans PHP dedicated PHP coding environment and complete integration with web standards
- Aptana PHP free tool for your php development
- FirePHP if you use Firefox and programming php, don't miss this
Advertisement » Great book for novice PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide
988 views

Amazon

