Ask HN: Great Book for learning PHP?

4 points by dawie ↗ HN
I use the pragmatic guys for learning new languages. They don't have a title on PHP though. Can anyone suggest a great PHP book or tutorial?

5 comments

[ 3.9 ms ] story [ 23.6 ms ] thread
I really like the CORE series of books, i.e. Core PHP

I also build stuff and learn at the same time, which means a forum comes in handy. Check out PHPBuilder, I am on there if you need help.

(comment deleted)
The docs at the PHP site are actually really great with examples, comments and a tutorial style intro for everything PHP. I would just go through those docs and try out the examples. Otherwise, just get to work coding, you will learn faster that way.