Re: [PHP] PHP book recommendations

2005-02-21 Thread Judson Vaughn
I second O'Reilly's PHP Cookbook. Another recommendation is Larry Ullman's books, especially HP Advanced for the World Wide Web. I try to triangulate, using several books that come at the code differently. Jud. Judson Vaughn [EMAIL PROTECTED] | [EMAIL PROTECTED] Seiter Vaughn Communications

Re: [PHP] PHP book recommendations

2005-02-21 Thread M. Sokolewicz
O`Reilly's programming PHP is quite good too :) Judson Vaughn wrote: I second O'Reilly's PHP Cookbook. Another recommendation is Larry Ullman's books, especially HP Advanced for the World Wide Web. I try to triangulate, using several books that come at the code differently. Jud. Judson Vaughn

Re: [PHP] PHP book recommendations

2005-02-15 Thread Chris Shiflett
--- Bosky, Dave [EMAIL PROTECTED] wrote: I'm looking for an easy to read PHP book that will help me learn a solid foundation in PHP. If you need a strong foundation: http://www.oreilly.com/catalog/learnphp5/ If you already have a strong foundation:

Re: [PHP] PHP book recommendations

2005-02-15 Thread Joe Harman
personally, I like Julie Meloni's books... PHP essentials.. and fast and easy web development... these were some of the first books that i bought and got started with... they are pretty easy to use, especially if you are not into reading technical manuals http://www.thickbook.com On Tue, 15

RE: [PHP] PHP book recommendations

2005-02-15 Thread yangshiqi
I enjoy the Core PHP Programming, Third Edition by Leon Atkinson very much. Best regards, Yang Shiqi -Original Message- From: Joe Harman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 3:20 AM To: php-general@lists.php.net Subject: Re: [PHP] PHP book recommendations

[PHP] PHP book recommendations

2005-02-14 Thread Bosky, Dave
I'm looking for an easy to read PHP book that will help me learn a solid foundation in PHP. I'm already familiar with the language but want to make sure I'm coding in the most efficient manner. What's a few of the better books out there? HTC Disclaimer: The information contained in this

RE: [PHP] PHP book recommendations

2005-02-14 Thread Jay Blanchard
[snip] I'm looking for an easy to read PHP book that will help me learn a solid foundation in PHP. I'm already familiar with the language but want to make sure I'm coding in the most efficient manner. What's a few of the better books out there? [/snip] I personally like the O'Reilly books on

RE: [PHP] PHP book recommendations

2005-02-14 Thread Daniel Purdy
[snip] I'm looking for an easy to read PHP book that will help me learn a solid foundation in PHP. I'm already familiar with the language but want to make sure I'm coding in the most efficient manner. What's a few of the better books out there? [/snip] [snip jblanchard:] I personally like the

Re: [PHP] PHP book recommendations

2005-02-14 Thread Matthew Weier O'Phinney
* Daniel Purdy [EMAIL PROTECTED]: [snip] I'm looking for an easy to read PHP book that will help me learn a solid foundation in PHP. I'm already familiar with the language but want to make sure I'm coding in the most efficient manner. What's a few of the better books out there? [/snip]

RE: [PHP] PHP Book Recommendations

2001-02-17 Thread Boaz Yahav
11:14 PM To: PHP Lists Subject: [PHP] PHP Book Recommendations Can I get some recommendations on some good PHP books. Something broad but with good novice concepts -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] PHP Book Recommendations

2001-02-16 Thread Brian V Bonini
Can I get some recommendations on some good PHP books. Something broad but with good novice concepts -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP] PHP Book Recommendations

2001-02-16 Thread Egon Schmid (@vacation)
Brian V Bonini wrote: Can I get some recommendations on some good PHP books. Something broad but with good novice concepts There are many at http://php.net/books.php. Maybe Leon Atkinsons Core PHP (second edition) or Sterling Hughes Developer's Cookbook. -Egon -- SIX Offene

Re: [PHP] PHP Book Recommendations

2001-02-16 Thread ..s.c.o.t.t.. [gts]
d then professional :) - Original Message - From: "John Monfort" [EMAIL PROTECTED] To: "Brian V Bonini" [EMAIL PROTECTED] Cc: "PHP Lists" [EMAIL PROTECTED] Sent: Friday, February 16, 2001 5:26 PM Subject: Re: [PHP] PHP Book Recommendations P

Re: [PHP] PHP Book Recommendations

2001-02-16 Thread Philip Olson
The most useful "second" book is : PHP Developers Cookbook It really is nice. I say "second" because it's geared towards those that understand a bit already but still, it'll even help the complete newbie (easy to read). Excellent tips, short-cuts, examples, etc. Includes uses of various