<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Recommendaitons for PHP books?</title>
      <link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books/</link>
      <description>Comments on MetaTalk post Recommendaitons for PHP books?</description>
	  	  <pubDate>Thu, 24 Jan 2002 11:03:07 -0800</pubDate>
      <lastBuildDate>Thu, 24 Jan 2002 11:03:07 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Recommendaitons for PHP books?</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books</link>	
  	<description>When writing a weblog in PHP, one must learn PHP. Which book should a beginner pick up for the best results? &lt;a href=&quot;http://www.haughey.com&quot;&gt;Matt&lt;/a&gt; suggested &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/076153055X/metafilter-20/ref=nosim/&quot;&gt;Julie Meloni&apos;s book&lt;/a&gt; but it&apos;s currently unavailable here. So it&apos;s down to either the &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1861003730/metafilter-20/ref=nosim/&quot;&gt;Wrox book&lt;/a&gt;, &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0672318040/metafilter-20/ref=nosim/&quot;&gt;the SAMS book&lt;/a&gt; or &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0072133716/metafilter-20/ref=nosim/&quot;&gt;the Osborne book&lt;/a&gt;. Any suggestions? Or other resources?</description>
  	<guid isPermaLink="false">post:metatalk.metafilter.com,2002:site.1705</guid>
  	<pubDate>Thu, 24 Jan 2002 10:55:40 -0800</pubDate>
  	<dc:creator>lostbyanecho</dc:creator>
</item>
<item>
  	<title>By: mathowie</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23356</link>	
  	<description>&lt;i&gt;it&apos;s currently unavailable here&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Where are you at? Amazon says it can ship it within 24hrs anywhere.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Any suggestions? Or other resources?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://php.net&quot;&gt;php.net&lt;/a&gt; has everything you&apos;ll ever need, but in a documentation sort of way, not in a &quot;easily explained, lead you through php&quot; sort of way&lt;br&gt;
&lt;br&gt;
Also, if you want a premade, php/mysql system that you can hack later on when you get more php knowledge, try out &lt;a href=&quot;http://cafelog.com/&quot;&gt;b2&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23356</guid>
  	<pubDate>Thu, 24 Jan 2002 11:03:07 -0800</pubDate>
  	<dc:creator>mathowie</dc:creator>
</item>
<item>
  	<title>By: selton</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23357</link>	
  	<description>The online documentation is excellent at &lt;br&gt;
www.php.net/manual/en/&lt;br&gt;
&lt;br&gt;
and it has a links section too.  A lot of which I checked out when I was starting PHP.&lt;br&gt;
&lt;br&gt;
Sorry,  not sure about books though.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23357</guid>
  	<pubDate>Thu, 24 Jan 2002 11:07:14 -0800</pubDate>
  	<dc:creator>selton</dc:creator>
</item>
<item>
  	<title>By: danOstuporStar</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23363</link>	
  	<description>if your a beginning programmer the &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/076454716X/qid=1011900716/sr=1-10/ref=sr_1_79_10/104-2679817-7335163&quot;&gt;PHP bible &lt;/a&gt;is pretty good, but not if you already know programming concepts and just need to learn the php functions.&lt;br&gt;
&lt;br&gt;
any oreilly or wrox book is valuable resource.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.phpbuilder.com/&quot;&gt;phpbuilder.com&lt;/a&gt; is a great site.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23363</guid>
  	<pubDate>Thu, 24 Jan 2002 11:38:35 -0800</pubDate>
  	<dc:creator>danOstuporStar</dc:creator>
</item>
<item>
  	<title>By: y6y6y6</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23365</link>	
  	<description>Assuming you know some programming (esp. Perl or C), the docs at php.net are all you need. Really. Be sure to check the &quot;User Contributed Notes&quot; under each function for great tips and snippets.&lt;br&gt;
&lt;br&gt;
If you don&apos;t know some other programming language, I&apos;d recommend the SAMs book.&lt;br&gt;
&lt;br&gt;
If you&apos;re going to use MySQL with that, definitely get the DeBois MySQL book. It&apos;s pure gold. 75% of your weblog will be the queries anyway, not the PHP.&lt;br&gt;
&lt;br&gt;
I really like the tutorials at DevShed.com, especially this one:&lt;br&gt;
http://www.devshed.com/Server_Side/PHP/DB_Basics/page1.html&lt;br&gt;
&lt;br&gt;
</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23365</guid>
  	<pubDate>Thu, 24 Jan 2002 11:51:07 -0800</pubDate>
  	<dc:creator>y6y6y6</dc:creator>
</item>
<item>
  	<title>By: riffola</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23370</link>	
  	<description>I agree that php.net manual &amp;amp; phpbuilder.com will be what you will mostly refer to. There&apos;s also &lt;a href=&quot;http://www.evolt.org/&quot;&gt;evolt&lt;/a&gt;, &lt;a href=&quot;http://www.weberdev.com/&quot;&gt;weberdev&lt;/a&gt;, &lt;a href=&quot;http://px.sklar.com/&quot;&gt;PHP code exchange&lt;/a&gt;, &amp;amp; &lt;a href=&quot;http://webreference.com/programming/php/&quot;&gt;WebReference.com&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23370</guid>
  	<pubDate>Thu, 24 Jan 2002 12:35:02 -0800</pubDate>
  	<dc:creator>riffola</dc:creator>
</item>
<item>
  	<title>By: anildash</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23373</link>	
  	<description>It might be redundant, but the &lt;a href=&quot;http://www.zend.com&quot;&gt;Zend&lt;/a&gt; site itself is rapidly becoming a great resource.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23373</guid>
  	<pubDate>Thu, 24 Jan 2002 12:53:32 -0800</pubDate>
  	<dc:creator>anildash</dc:creator>
</item>
<item>
  	<title>By: kindall</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23383</link>	
  	<description>I&apos;m really shocked and appalled that O&apos;Reilly doesn&apos;t have a full-fledged PHP book, just a pocket reference. But they do have ASP and VBScript books. Go figure.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23383</guid>
  	<pubDate>Thu, 24 Jan 2002 14:20:01 -0800</pubDate>
  	<dc:creator>kindall</dc:creator>
</item>
<item>
  	<title>By: jpoulos</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23385</link>	
  	<description>Funny. At this moment I&apos;m taking a break from banging through &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0672317842/qid=1011911697/sr=1-1/ref=sr_1_78_1/104-5060263-6931950&quot;&gt;SAMS &quot;PHP and MySQL Web Development&quot;&lt;/a&gt;. It&apos;s a fairly comprehensive, beginner-to-intermediate resource for php--but it&apos;s probably a little heavier on the database stuff than you&apos;d need for a weblog. I&apos;m finding it a little hairy, but I don&apos;t have a background in programming. Plus, I have a tendency to skip over all the boring stuff between the examples. :-)</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23385</guid>
  	<pubDate>Thu, 24 Jan 2002 14:42:12 -0800</pubDate>
  	<dc:creator>jpoulos</dc:creator>
</item>
<item>
  	<title>By: SpecialK</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23388</link>	
  	<description>I do PHP/Mysql web dev professionally. &lt;br&gt;
&lt;br&gt;
I keep two MySQL books (one by NewRiders, one by PHPTR, in the Core series) and the PHP Bible by my side at all times. &lt;br&gt;
I would reccomend the PHPBible simply for its end-of-section summary of the functions. As it finishes describing a set of functions, there&apos;s a quick reference guide that saved me hours and hours of frustration and searching when I was first learning. I wish O&apos;Reilly books had this feature.&lt;br&gt;
&lt;br&gt;
One book that I will warn everyone away from is the PHP Developer&apos;s Cookbook. It&apos;s totally based around a set of tools that they give you, which are poorly written to begin with. (Everybody should create a set of portable code libraries that do the things they use the most, that don&apos;t have code-level functions... but this code should be cleaned up a lot and should be really slim and quick.) </description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23388</guid>
  	<pubDate>Thu, 24 Jan 2002 15:29:59 -0800</pubDate>
  	<dc:creator>SpecialK</dc:creator>
</item>
<item>
  	<title>By: SpecialK</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23389</link>	
  	<description>Oh yeah, and I&apos;ll 3rd the notion that PHPBuilder is an excellent reference. &lt;br&gt;
&lt;br&gt;
Here&apos;s another, the &lt;a href=&quot;http://www.hvt-automation.nl/yapf/faq.php&quot;&gt;YAPF&lt;/a&gt; - a PHP FAQ. It was written and filled by a guy named Vincent, who you&apos;ll find being consulted a lot as -the- guru on PHPBuilder.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23389</guid>
  	<pubDate>Thu, 24 Jan 2002 15:34:22 -0800</pubDate>
  	<dc:creator>SpecialK</dc:creator>
</item>
<item>
  	<title>By: yerfatma</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23393</link>	
  	<description>jpoulos beat me to it. The PHP/ MySQL book is a great tool. However, it launches right into examples and kinda assumes you understand scripting syntax (variables types, etc.). There&apos;s nothing wrong with the getting the cheap &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201727870/qid%3D1011918926/ref%3Dsr%5F11%5F0%5F1/002-5904416-2624802&quot;&gt;Peachpit Press &lt;/a&gt;starter book to see if a language is for you and then progressing onto meatier stuff.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23393</guid>
  	<pubDate>Thu, 24 Jan 2002 16:37:14 -0800</pubDate>
  	<dc:creator>yerfatma</dc:creator>
</item>
<item>
  	<title>By: tomorama</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23396</link>	
  	<description>On the contrary, I like the PHP Developer&apos;s Cookbook. It&apos;s given me a lot of ideas towards solving problems, and the entire book isn&apos;t based around the authors&apos; code library. A good portion of it is based on Sterling&apos;s CURL addon and the sablotron xml/xsl module though. &lt;br&gt;
&lt;br&gt;
Then again I do see your point; I&apos;m also a seasoned PHP Ninja and am able to pick out the useful bits and pieces, while a newcomer using the Developer&apos;s Cookbook might be confused when stuff doesn&apos;t work.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23396</guid>
  	<pubDate>Thu, 24 Jan 2002 18:55:16 -0800</pubDate>
  	<dc:creator>tomorama</dc:creator>
</item>
<item>
  	<title>By: lostbyanecho</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23399</link>	
  	<description>Thanks for all the help, I&apos;m currently in Indonesia and ordering via Amazon would take a LOT longer than 24 hours. I&apos;m not too keen on the local postal service either. A lot of my mail has not reached me in the past 6 months or so. &lt;br&gt;
&lt;br&gt;
I&apos;m a beginner at programming fullstop. So I have no prior experience in Perl...perhaps very little C++ so I have to turn to one of those beginner books previously mentioned. &lt;br&gt;
&lt;br&gt;
The books I mentioned are the only ones currently available here so it probably will be one of those. I&apos;ve heard many good things about the Wrox book but it&apos;s a little on the expensive side. The other two (SAMS/Osborne) are cheaper but the reviews have been less kind. &lt;br&gt;
&lt;br&gt;
Net resources will probably be useful a lot later, once I get the core knowledge down. Heh - I must make you programming wizards cringe. </description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23399</guid>
  	<pubDate>Thu, 24 Jan 2002 19:49:17 -0800</pubDate>
  	<dc:creator>lostbyanecho</dc:creator>
</item>
<item>
  	<title>By: tomorama</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23405</link>	
  	<description>The Wrox series are pretty good. I was actually asked to be an author for one of them. I passed that up though, and yes, I know I&apos;m a bonehead.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23405</guid>
  	<pubDate>Thu, 24 Jan 2002 20:39:07 -0800</pubDate>
  	<dc:creator>tomorama</dc:creator>
</item>
<item>
  	<title>By: danOstuporStar</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23439</link>	
  	<description>thanks for the tip on where to find more wisdom from the venerable vincent, SpecialK.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23439</guid>
  	<pubDate>Fri, 25 Jan 2002 05:24:36 -0800</pubDate>
  	<dc:creator>danOstuporStar</dc:creator>
</item>
<item>
  	<title>By: manero</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23506</link>	
  	<description>php.net is the definitive online reference.  as for print, wait for the o&apos;reilly php book coming out this spring.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23506</guid>
  	<pubDate>Fri, 25 Jan 2002 16:01:44 -0800</pubDate>
  	<dc:creator>manero</dc:creator>
</item>
<item>
  	<title>By: SweetJesus</title>
  	<link>http://metatalk.metafilter.com/1705/Recommendaitons-for-PHP-books#23539</link>	
  	<description>I have just about every php book in existance on my shelf here at work, and I can say with out a doubt that &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0130893986/qid=1012070178/sr=8-1/ref=sr_8_71_1/002-7167055-3240048&quot;&gt;Core PHP&lt;/a&gt; is without a doubt the best.  Runner up to that would be &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0071353429/qid=1012070225/sr=8-4/ref=sr_8_71_4/002-7167055-3240048&quot;&gt;Programming PHP3 Browser Based Applications&lt;/a&gt;, which gives you a pretty damn good outline of how to write applications in php, not just simple scripts.  It&apos;s much more of a software engineering book than just a regular php manual.  The only downside is it&apos;s php3 only, so it doesn&apos;t include any of the new php4 functions, such as session handling, pdflib, curllib, et all.&lt;br&gt;
&lt;br&gt;
-SJ</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2002:site.1705-23539</guid>
  	<pubDate>Sat, 26 Jan 2002 10:40:35 -0800</pubDate>
  	<dc:creator>SweetJesus</dc:creator>
</item>

    </channel>
</rss>