Development Recommend a good PHP book for beginners

Discussion in 'Software' started by Bozzy34, 26 Oct 2006.

  1. Bozzy34

    Bozzy34 What's a Dremel?

    Joined:
    14 Mar 2004
    Posts:
    47
    Likes Received:
    2
    The title says it all really.

    I want to begin programing in PHP and wondered if anyone could recommend a good book on the subject. I have very little knowledge on the subject so need something that covers the fundamentals in detail before moving on to the more advanced stuff.
     
  2. ajack

    ajack rox

    Joined:
    17 Apr 2003
    Posts:
    2,695
    Likes Received:
    2
    To be honest, all you need to know is on the web (there are *loads* of sites aimed for people who are just starting out - google "php for beginners" or summat). If you really want a book though, I've always thought the O'reilly ones aren't too bad.
     
  3. Draxin

    Draxin Seeker of Photons

    Joined:
    29 Nov 2001
    Posts:
    965
    Likes Received:
    5
    a book that really got me going was PHP MySQL and APACHEE
    its an all in one book but its great, clear easy to fallow examples practical examples

    i cant remember who put it out but when i get home ill look and post it
     
  4. Firehed

    Firehed Why not? I own a domain to match.

    Joined:
    15 Feb 2004
    Posts:
    12,574
    Likes Received:
    16
    I got a PHP/MySQL book that's been pretty helpful. That, plus php.net (google "php [function name]" - first result) is very helpful.

    It's pretty thick (1.5" or so)... I think it's called "PHP and MySQL for Dynamic Web Sites". Well worth the money imo. Not sure if it'll cover enough beginner stuff though, I had a vague working knowledge, really from C (they're fairly similar languages). It covers basic PHP stuff pretty rapidly, but it's more for learning MySQL than for PHP.
     
  5. OneSeventeen

    OneSeventeen Oooh Shiny!

    Joined:
    3 Apr 2002
    Posts:
    3,454
    Likes Received:
    2
    I read Build Your Own Database Driven Website Using PHP & MySQL and that book took me from knowing absolutely no php at all (I just knew PHP was one of those things you could use to make a dynamic website... at the time I didn't fully realize what a dynamic website was either.) to knowing enough PHP to get a job doing nothing but PHP coding.

    It was super simple, and got me started very quickly.

    After that, all I've used is the bit-tech forums and the PHP Manual.

    The cool thing about PHP, is if you know the name of the function you want, but you don't know how to use the function, you can just go to the PHP manual page for it. For example, the manual page for str_replace() would be http://www.php.net/str_replace

    How much easier can you get? :D
     
  6. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
  7. Bozzy34

    Bozzy34 What's a Dremel?

    Joined:
    14 Mar 2004
    Posts:
    47
    Likes Received:
    2
    Thanks for all of your replys, i've now bought a couple of books on the subject.

    Now you can expect loads of PHP questions from me. :D
     
  8. eek

    eek CAMRA ***.

    Joined:
    23 Jan 2002
    Posts:
    1,600
    Likes Received:
    14
    The Sams Teach Yourself series books are always pretty good if you ever feel like buying more books!
     
  9. Lazlow

    Lazlow I have a dremel.

    Joined:
    8 Aug 2003
    Posts:
    1,464
    Likes Received:
    0
    I purchased the same book the other day on Amazon.co.uk - around £13 incl. postage - and it's a fantastic book. I've already learnt many things within the first chapter that had confused me in the past.
     
  10. HelenHui

    HelenHui What's a Dremel?

    Joined:
    15 Nov 2006
    Posts:
    2
    Likes Received:
    0
    What about the PHP CookBook by o'reilly? Also check out php.net - i found everything I needed in that free site.. no need to buy a book ^_^
     

Share This Page