i'm a student and i'm looking forward to learn php can anybody recommend any good book for php

link|improve this question
2  
The best book I would recommend is the PHP manual...and it's free (unless printed)! Jokes apart, whatever book you read, you'll find yourself getting back to the manual. – Christian Dec 21 '10 at 8:44
feedback

closed as not constructive by Bill the Lizard Sep 26 '11 at 13:43

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

7 Answers

up vote 2 down vote accepted

Apress books are good.

http://apress.com/book/view/9781430224730

then

http://apress.com/book/view/1430231149

then you can choose more (after the first two, you will know which one you need next)

http://apress.com/book/search?searchterm=PHP&act=search&submit.x=0&submit.y=0

You can also check out w3schools for a quick look into php: http://www.w3schools.com/php/default.asp

link|improve this answer
feedback

I would suggest:

link|improve this answer
feedback

download the official documentation file (.chm) its the best source for noobies as well as seasoned developers. the best part is the sample code which can be copy-pasted directly into a .php file without any modification. http://www.php.net/download-docs.php

link|improve this answer
feedback

Search for Wrox Php , if you can find its ebook or get a hard copy of it from the market. I learned Php from it, i think it is the best.

link|improve this answer
feedback

I know is not a book, but i learned a lot and at fast pace with the introductory course of PHP of Lynda Lynda Web Page

link|improve this answer
feedback

I think one of the best is: PHP 5: Your visual blueprint for creating open source, server-side content http://www.amazon.com/PHP-blueprint-creating-server-side-content/dp/0764583328

Because

  • every page is visualized
  • it's not like reference book
  • is great for beginners
link|improve this answer
feedback

I Vote for the Head First Series

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.