Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

A quality, easy to follow PHP book for beginners?

Discussion in 'Website Design' started by rawkinrich, Oct 22, 2010.

Thread Status:
Not open for further replies.
  1. rawkinrich United Kingdom

    rawkinrich Active Member

    Joined:
    Mar 2009
    Posts:
    556
    Likes Received:
    2
  2. tifosi United Kingdom

    tifosi Well-Known Member

    Joined:
    Oct 2004
    Posts:
    3,414
    Likes Received:
    55
    php & mysql web development by Welling & Thompson. Upto 3rd/4th edition now. Good basic/intermediate stuff.

    S
     
  3. monaghan United Kingdom

    monaghan Well-Known Member

    Joined:
    May 2007
    Posts:
    2,126
    Likes Received:
    78
    Take a look at the books on www.sitepoint.com, these are easy to read and contain lots of re-usable code samples. Their forums are also a good source of help.
     
  4. arenee

    arenee Member

    Joined:
    Nov 2010
    Posts:
    25
    Likes Received:
    2
    consider not using a book and doing a free online class. i started doing this several years ago and basically self-taught myself into a new business. one site i really like is hp's learning center.
     
  5. Ashton Canada

    Ashton Well-Known Member

    Joined:
    Feb 2010
    Posts:
    1,566
    Likes Received:
    28
    Get yourself a server or a local environment (I prefer the latter - XAMPP is good for this)

    The best way to learn is practice, however books can be an aid depending on how you learn, the best reference out there will always be php.net

    I actually started with w3schools.com before I just started trying to create things and overcoming problems myself (and with the help of a few forums - like sitepoint)

    Good luck :)
     
  6. norwethel

    norwethel Member

    Joined:
    Nov 2009
    Posts:
    10
    Likes Received:
    0
    Been through this myself recently and I have used two books both of which are pretty good:

    PHP & MySQL for Dummies - cover price UKP 21-99
    PHP, MySQL and Apache by Julie Meloni, SAMS publishing - cover price UKP 24-99

    The 'for Dummies' book covers all the basics and is a good first book I would say particularly if completely new to programming and databases. The SAMS book goes deeper and I actually wish I'd bought this first but it moves a little faster through the basics.

    Like Ashton, I would recommend w3schools.com as a great learning/reference aid, but there is still something about having a book (maybe because it gives you a break from the screen, and you can read it somewhere comfortable :) )

    Good luck!
     
  7. redbird United Kingdom

    redbird Well-Known Member

    Joined:
    Sep 2005
    Posts:
    1,180
    Likes Received:
    27
    Sams teach yourself PHP in 24 hours was the first one I ever used and still occassionally refer to it now few years later. Nicely laid out in my opinion.
     
  8. awgthomas

    awgthomas Active Member

    Joined:
    Aug 2009
    Posts:
    102
    Likes Received:
    2
    There are tons of resources out there but php.net should be your bible :)

    The bigger task is getting to grips with the architecture of your projects, but this comes in time after working on projects and identifying how you could make your good reusable e.g write less.

    A good idea is too identify a simple task and crack on with it. You may later improve that bit of work or choose to use what you know already an tackle a bigger task.

    Good luck and stick with it :)
     
  9. tifosi United Kingdom

    tifosi Well-Known Member

    Joined:
    Oct 2004
    Posts:
    3,414
    Likes Received:
    55
    got to agree. php.net is always my first stop if I can't remember a functions parameters. You can also download the php.net documentation in chm format for your desktop.

    Another coupls of good books are:

    core php by atkinson/suraski. Should be on any pro php developers shelves.
    php - objects, patterns & practice by Zandstra. Advanced OOP stuff showing the real future of php architected web programming.

    S
     
  10. awgthomas

    awgthomas Active Member

    Joined:
    Aug 2009
    Posts:
    102
    Likes Received:
    2
  11. woopwoop United States

    woopwoop Well-Known Member

    Joined:
    Jan 2007
    Posts:
    2,208
    Likes Received:
    36
Thread Status:
Not open for further replies.