<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Getphp : PHP and MySQL resources</title>
	<atom:link href="http://www.getphp.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getphp.net</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 15:31:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Check For Internet Explorer by Wayne</title>
		<link>http://www.getphp.net/check-for-internet-explorer/comment-page-1/#comment-521</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/?p=520#comment-521</guid>
		<description>Here is an addition to check for the evil ie6

	function ieversion() {
	  ereg(&#039;MSIE ([0-9]\.[0-9])&#039;,$_SERVER[&#039;HTTP_USER_AGENT&#039;],$reg);
	  if(!isset($reg[1])) {
		return -1;
	  } else {
		//return floatval($reg[1]);
			if(floatval($reg[1]) == &#039;6&#039;){ //
				return floatval($reg[1]);
			}else{
				return &#039;Not ie6, maybe 7 or 8&#039;;
			}
	  }
	}


echo ieversion();</description>
		<content:encoded><![CDATA[<p>Here is an addition to check for the evil ie6</p>
<p>	function ieversion() {<br />
	  ereg(&#8216;MSIE ([0-9]\.[0-9])&#8217;,$_SERVER['HTTP_USER_AGENT'],$reg);<br />
	  if(!isset($reg[1])) {<br />
		return -1;<br />
	  } else {<br />
		//return floatval($reg[1]);<br />
			if(floatval($reg[1]) == &#8216;6&#8242;){ //<br />
				return floatval($reg[1]);<br />
			}else{<br />
				return &#8216;Not ie6, maybe 7 or 8&#8242;;<br />
			}<br />
	  }<br />
	}</p>
<p>echo ieversion();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pro PHP: Patterns, Frameworks, Testing &amp; More: Patterns, Frameworks, Testing and More (Paperback) by Ripley</title>
		<link>http://www.getphp.net/pro-php-patterns-frameworks-testing-more-patterns-frameworks-testing-and-more-paperback/comment-page-1/#comment-420</link>
		<dc:creator>Ripley</dc:creator>
		<pubDate>Sat, 18 Jul 2009 15:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/pro-php-patterns-frameworks-testing-more-patterns-frameworks-testing-and-more-paperback/#comment-420</guid>
		<description>
          4.0 out of 5 stars 
          &lt;strong&gt;Good structural approach&lt;/strong&gt;&lt;br /&gt;
          The book assumes that you know the basic syntax of PHP. Though OOP experience is not strictly needed, some basic understanding of OO principles can speed up the reading.
         
        </description>
		<content:encoded><![CDATA[<p>4.0 out of 5 stars<br />
          <strong>Good structural approach</strong><br />
          The book assumes that you know the basic syntax of PHP. Though OOP experience is not strictly needed, some basic understanding of OO principles can speed up the reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Xhaiden</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-413</link>
		<dc:creator>Xhaiden</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-413</guid>
		<description>
          1.0 out of 5 stars 
          Useless
          I was quite looking forward to using this book based on previous high ratings but was utterly disappointed straight away. In my opinion, this is definitely not for beginners.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          Useless<br />
          I was quite looking forward to using this book based on previous high ratings but was utterly disappointed straight away. In my opinion, this is definitely not for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Fancy</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-412</link>
		<dc:creator>Fancy</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-412</guid>
		<description>
          5.0 out of 5 stars 
          Excellent book for beginners and advanced users
          This is an excellent book with a good layout and explainations. The added advantage is that it also comes with the source code to all examples in the book.
         
        </description>
		<content:encoded><![CDATA[<p>5.0 out of 5 stars<br />
          Excellent book for beginners and advanced users<br />
          This is an excellent book with a good layout and explainations. The added advantage is that it also comes with the source code to all examples in the book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Iden</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-411</link>
		<dc:creator>Iden</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-411</guid>
		<description>
          1.0 out of 5 stars 
          surpassed
          A surpassed book, nowadays PHP is not the same language as described in this book. Even MySQL has evolved beyond what is explained here.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          surpassed<br />
          A surpassed book, nowadays PHP is not the same language as described in this book. Even MySQL has evolved beyond what is explained here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Xing</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-410</link>
		<dc:creator>Xing</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-410</guid>
		<description>
          4.0 out of 5 stars 
          &lt;strong&gt;Makes you think!&lt;/strong&gt;&lt;br /&gt;
          Great book even for casual programmers like me. The book makes you think about web development in another light: Dynamic websites - shifting content, easy updating, consitency...
         
        </description>
		<content:encoded><![CDATA[<p>4.0 out of 5 stars<br />
          <strong>Makes you think!</strong><br />
          Great book even for casual programmers like me. The book makes you think about web development in another light: Dynamic websites &#8211; shifting content, easy updating, consitency&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Maconaquea</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-419</link>
		<dc:creator>Maconaquea</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-419</guid>
		<description>
          5.0 out of 5 stars 
          Excellent
          I bought this to learn from scratch PHP. It&#039;s an excellent book and has brillient examples. I had a working web site up and running within a week including security and...
         
        </description>
		<content:encoded><![CDATA[<p>5.0 out of 5 stars<br />
          Excellent<br />
          I bought this to learn from scratch PHP. It&#8217;s an excellent book and has brillient examples. I had a working web site up and running within a week including security and&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Ryker</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-418</link>
		<dc:creator>Ryker</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-418</guid>
		<description>
          1.0 out of 5 stars 
          Terrible - Hasn&#039;t Helped Me Once
          I got this book a couple years ago as I needed to start making my static website more manageable with SQL and PHP.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          Terrible &#8211; Hasn&#8217;t Helped Me Once<br />
          I got this book a couple years ago as I needed to start making my static website more manageable with SQL and PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Ursa</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-417</link>
		<dc:creator>Ursa</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-417</guid>
		<description>
          5.0 out of 5 stars 
          An excellent and well used resource
          If you&#039;re new to PHP &amp; MySQL development, you will not find a more comprehensive resource to take you forward.
         
        </description>
		<content:encoded><![CDATA[<p>5.0 out of 5 stars<br />
          An excellent and well used resource<br />
          If you&#8217;re new to PHP &#038; MySQL development, you will not find a more comprehensive resource to take you forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Durin</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-416</link>
		<dc:creator>Durin</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-416</guid>
		<description>
          4.0 out of 5 stars 
          Very good
          This book is very good and comes with a handy cd with a pdf document on for handy references on the computer or if you dont want to lug the book around (it is quite heavy)...
         
        </description>
		<content:encoded><![CDATA[<p>4.0 out of 5 stars<br />
          Very good<br />
          This book is very good and comes with a handy cd with a pdf document on for handy references on the computer or if you dont want to lug the book around (it is quite heavy)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Negeen</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-415</link>
		<dc:creator>Negeen</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-415</guid>
		<description>
          1.0 out of 5 stars 
          Same old rubbish
          This is like reading any old example based book - wrox are the leaders in these type of books and they are garbage at it.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          Same old rubbish<br />
          This is like reading any old example based book &#8211; wrox are the leaders in these type of books and they are garbage at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL Web Development (Developer&#8217;s Library) (Paperback) by Timur</title>
		<link>http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/comment-page-1/#comment-414</link>
		<dc:creator>Timur</dc:creator>
		<pubDate>Thu, 16 Jul 2009 22:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-web-development-developers-library-paperback/#comment-414</guid>
		<description>
          1.0 out of 5 stars 
          Very poor binding
          I haven&#039;t got around to reading this yet but I must say I&#039;m extremely disappointed in the quality of the binding.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          Very poor binding<br />
          I haven&#8217;t got around to reading this yet but I must say I&#8217;m extremely disappointed in the quality of the binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Denna</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-409</link>
		<dc:creator>Denna</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-409</guid>
		<description>
          2.0 out of 5 stars 
          A Basic Introduction
          This book provides a decent introduction to PHP and MySQL, however it is nowhere near as comprehensive as I hoped, and completely insufficient for intermediates and above...
         
        </description>
		<content:encoded><![CDATA[<p>2.0 out of 5 stars<br />
          A Basic Introduction<br />
          This book provides a decent introduction to PHP and MySQL, however it is nowhere near as comprehensive as I hoped, and completely insufficient for intermediates and above&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Jovan</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-408</link>
		<dc:creator>Jovan</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-408</guid>
		<description>
          1.0 out of 5 stars 
          PHP BOOK
          If like me you are interested in learning more about PHP and are a beginner, please do not buy this book.
         
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          PHP BOOK<br />
          If like me you are interested in learning more about PHP and are a beginner, please do not buy this book.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Anonymous</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-407</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-407</guid>
		<description>
          1.0 out of 5 stars 
          Unclear
          Frustratingly unclear and cluttered in it&#039;s approach.  The worst book of it&#039;s kind that I have encountered.  Look elsewhere
        </description>
		<content:encoded><![CDATA[<p>1.0 out of 5 stars<br />
          Unclear<br />
          Frustratingly unclear and cluttered in it&#8217;s approach.  The worst book of it&#8217;s kind that I have encountered.  Look elsewhere</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Valterra</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-406</link>
		<dc:creator>Valterra</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-406</guid>
		<description>
          5.0 out of 5 stars 
          Fanstastic
          I know No HTML or PHP coding, and i mean the max i know is &lt; b &gt; etc etc. I have started an online business and this book gave me the information I needed for...
         
        </description>
		<content:encoded><![CDATA[<p>5.0 out of 5 stars<br />
          Fanstastic<br />
          I know No HTML or PHP coding, and i mean the max i know is < b > etc etc.<br />
I have started an online business and this book gave me the information I needed for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Anonymous</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-405</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-405</guid>
		<description>
          2.0 out of 5 stars 
          Has it&#039;s uses...
          ...Good for killing flies, propping tables or pressing flowers.While this has some genuinely good points (which aren&#039;t worth buying the book for alone), there are...
         
        </description>
		<content:encoded><![CDATA[<p>2.0 out of 5 stars<br />
          Has it&#8217;s uses&#8230;<br />
          &#8230;Good for killing flies, propping tables or pressing flowers.<br />
While this has some genuinely good points (which aren&#8217;t worth buying the book for alone), there are&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and MySQL for Dummies (Paperback) by Zeus</title>
		<link>http://www.getphp.net/php-and-mysql-for-dummies-paperback/comment-page-1/#comment-404</link>
		<dc:creator>Zeus</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-and-mysql-for-dummies-paperback/#comment-404</guid>
		<description>
          2.0 out of 5 stars 
          &lt;strong&gt;Somewhat okay, but was confusing at the time...&lt;/strong&gt;&lt;br /&gt;
          This book was very interesting to read. At the time I read this book I had only knowledge of HTML and was interested in learning PHP.
         
        </description>
		<content:encoded><![CDATA[<p>2.0 out of 5 stars<br />
          <strong>Somewhat okay, but was confusing at the time&#8230;</strong><br />
          This book was very interesting to read. At the time I read this book I had only knowledge of HTML and was interested in learning PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax and PHP Stock Quote example by Adding a AJAX stock ticker to your site. - WebProWorld</title>
		<link>http://www.getphp.net/ajax-and-php-stock-quote-example/comment-page-1/#comment-447</link>
		<dc:creator>Adding a AJAX stock ticker to your site. - WebProWorld</dc:creator>
		<pubDate>Sun, 12 Jul 2009 16:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/?p=571#comment-447</guid>
		<description>[...] another Ajax and PHP Stock Quote example &#124; Getphp : PHP and MySQL resources  3. The free data source  Most of the AJAX solutions seem to base the web application on a Yhaoo [...]</description>
		<content:encoded><![CDATA[<p>[...] another Ajax and PHP Stock Quote example | Getphp : PHP and MySQL resources  3. The free data source  Most of the AJAX solutions seem to base the web application on a Yhaoo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Php Black Book (Black Book (Paraglyph Press)) (Paperback) by Anonymous</title>
		<link>http://www.getphp.net/php-black-book-black-book-paraglyph-press-paperback/comment-page-1/#comment-403</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.getphp.net/php-black-book-black-book-paraglyph-press-paperback/#comment-403</guid>
		<description>
          4.0 out of 5 stars 
          &lt;strong&gt;Best php book&lt;/strong&gt;&lt;br /&gt;
          This book is one of the best books on php i have read, sadly its old and only suppoerts php4
        </description>
		<content:encoded><![CDATA[<p>4.0 out of 5 stars<br />
          <strong>Best php book</strong><br />
          This book is one of the best books on php i have read, sadly its old and only suppoerts php4</p>
]]></content:encoded>
	</item>
</channel>
</rss>
