Results 1 to 3 of 3

Thread: How to learn php?

  1. #1
    Join Date
    Dec 2010
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default How to learn php?

    Hi friends,

    Can any one please tell that from where I learn PHP?

    Thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You should get yourself a local server like WampServer:

    http://www.wampserver.com/en/

    or XAMPP:

    http://www.apachefriends.org/en/xampp.html

    There are perhaps others. One of these isn't necessary, but will really help you as you learn and later as you test out pre-production code.

    To actually learn, one of the best resources, though a little tough for the beginner, is PHP.net:

    http://www.php.net/

    Though I haven't used their PHP stuff, w3schools is pretty good for lots of web stuff and is generally easier for the beginner:

    http://www.w3schools.com/php/default.asp

    There are also tons of free PHP scripts around the web. Use Google to find them. Though not always written to the best standards, they do provide examples that will help you learn the basics and/or build your own scripts.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Once you've started looking at the basics, by far the best way of learning PHP in my opinion, is to just start making a website. Doesn't need to be anything particularly complex, but this will help you greatly with understanding how PHP fits in to building a site.

    Get an idea for a site, and build it - you'll learn a lot along the way by having to figure out the solutions to certain problems.

  4. The Following User Says Thank You to Schmoopy For This Useful Post:

    AddioxTechn (12-18-2010)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •