Home » Reference, Software » PHP References, Tutorials and Tools

PHP References, Tutorials and Tools

26 January 2009
PHP Programming Language

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

http://www.php.net

  1. First you need to download  latest version of php runtime and install it in your system
  2. After installation, create a test file call test.php under your webroot directory and pate code below
  3. On your browser, navigate to http://localhost/test.php
  4. Get understanding the basic concept of the language with office english documentation guide
  5. 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

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

Author: Manet Yim Reference, Software

988 views
  1. No comments yet.
  1. No trackbacks yet.