PHP Book

Soldato
Joined
2 May 2004
Posts
19,946
Hi,

Can anyone suggest a PHP book that I can get please?

I have been learning PHP for a while now and have learnt quite a bit but would like to learn more.

What's a good beginners PHP book that I can get please? Not super beginner as in teaching you about stuff like include " "; but just after that stuff.

Thanks
Craig.
 
Associate
Joined
30 Sep 2004
Posts
637
Location
Kingswinford
The PHP Cookbook.

This is more of a referance text than a guide you through it text but it has of practical exaples with the relevant code to get you through comman pitfalls! :)
 
Associate
Joined
9 Nov 2002
Posts
745
Location
Bucks [uk]
I absolutly love the sitepoint books, http://www.sitepoint.com/books/

as they always seem to have a good mix of what your looking for but instead of showing you examples with out dated HTML methods they use XHTML and standards

The one you want to start with is

http://www.sitepoint.com/books/phpmysql1/

and then for later

http://www.sitepoint.com/books/phpant1/


You can also find these cheaper on Amazon.co.uk, but sometimes sitepioint do a good deal to make it worth buying directly from them.

Hope that helps
Si
 
Man of Honour
Joined
4 Nov 2002
Posts
15,508
Location
West Berkshire
I'd always recommend taking a look at the O'Reilly collection first for any new programming language/system. Not that I use books myself - I just jump in at the deep end and hope for the best. :)
 
Soldato
OP
Joined
2 May 2004
Posts
19,946
PHP.net has helped me a lot, and I understand a lot of it but sometimes don't. So it's more for those times when I don't understand it and don't understand where to put the coding or something.

Thanks for the book suggestions :) I'll look at them and decide which one I might get.

I was looking at "PHP and MySQL for Dynamic Web Sites (Visual QuickPro Guides S.)", is that any good?

[Edit]
Also, to avoid me making a new thread, can anyone suggest good tutorials/websites/books for CSS as I'd like to keep up with the 'modern' website design coding and it also looks very good from what I have done, looks pretty simple aswell.

Thanks
Craig.
 
Woman of Honour
Man of Honour
Joined
6 Dec 2003
Posts
1,794
Craig321 said:
I was looking at "PHP and MySQL for Dynamic Web Sites (Visual QuickPro Guides S.)", is that any good?
I've got that book :) It was really helpful to me in the summer. Sadly I stopped learning and forgot everything I'd learnt :o But that's my own fault not the book's :p
I found it to be very clear and concise.

When I'm learning a new language I tend to use a combination of books and websites, call me old fashioned but I just like books.
 
Associate
Joined
16 May 2005
Posts
680
I read Dummies and O'Reilly, and though it all went in, it wasn't till I read an e-commerce book with Php and MySQL used could I actually understand how to apply stuff. For me it was always "Hmm, yeah that sounds great, but what the hell would I use that for..." I think for my brain I need to see things from a point of application for me to understand it.
 
Soldato
OP
Joined
2 May 2004
Posts
19,946
Some of the time that's the same as me, I need to see it in action to know how to use it and understand what it does properly.

I have learnt most of the PHP / SQL coding I know from PHP.net, from scripts and also from one tutorial I did a while ago.

Would be cool is anyone could suggest a good .pdf / website tutorial/guide that I could go through to learn some more stuff as I really don't have any money right now to buy a book.
 
Back
Top Bottom