<?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 on: Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition</title>
	<atom:link href="http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/</link>
	<description>Enhance your site with CGi, PHP and ASP scripts</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:32:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: A. Martinez</title>
		<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/comment-page-1/#comment-617</link>
		<dc:creator>A. Martinez</dc:creator>
		<pubDate>Sun, 28 Feb 2010 01:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comment-617</guid>
		<description>I finished the book, with a bit of trouble. I had no experience with the programming languages.
&lt;br /&gt;
&lt;br /&gt;I wish it would have taken me further in terms of making a more appealing website. In terms of function, it seemed to work just fine. I opted to actually go with an opensource solution, but this was an interesting project.
&lt;br /&gt;
&lt;br /&gt;I was originally going to give it 4 stars, but it gets 5 because it accomplishes what it sets out to do, thoroughly. This is the only book like this, get it if you would like the knowledge described in the title, you won&#039;t regret it.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>I finished the book, with a bit of trouble. I had no experience with the programming languages.</p>
<p>I wish it would have taken me further in terms of making a more appealing website. In terms of function, it seemed to work just fine. I opted to actually go with an opensource solution, but this was an interesting project.</p>
<p>I was originally going to give it 4 stars, but it gets 5 because it accomplishes what it sets out to do, thoroughly. This is the only book like this, get it if you would like the knowledge described in the title, you won&#039;t regret it.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roskva, Thor's servant</title>
		<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/comment-page-1/#comment-616</link>
		<dc:creator>Roskva, Thor's servant</dc:creator>
		<pubDate>Sat, 27 Feb 2010 23:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comment-616</guid>
		<description>I can&#039;t speak highly enough of this book, but be sure you are buying it for the rights reasons. Here&#039;s why:
&lt;br /&gt;
&lt;br /&gt;I have good knowledge of HTML and CSS, but I know very little about PHP, SQL, and MySQL. I want to start an online store, and HTML and CSS just won&#039;t cut it. I knew from the beginning I would need to learn PHP, and likely JavaScript to create a functioning store.
&lt;br /&gt;
&lt;br /&gt;HOWEVER: This book does not teach you PHP. It does not teach you JavaScript, or SQL, MySQL, AJAX, or any programming language at all. Are we clear on that? Good.
&lt;br /&gt;
&lt;br /&gt;Now that that is settled, let&#039;s see why this book really shines!
&lt;br /&gt;
&lt;br /&gt;This book is about e-commerce. It is a tutorial, and it leads you step-by-step through creating an online store that is fully-functional, secure, and flexible. If you do all the steps, you end up with a complete store. Oh, wait, did I say IF you do all the steps? Actually, no. You can cut and paste the code as you go, if you want, although you would learn less that way. Either way, you need to be thorough. Programming is not for the sloppy, impatient, or anyone with the &quot;that&#039;s close enough&quot; mentality. You must follow the instructions meticulously, and you will have to track down every typo. There will be some troubleshooting involved, but I figured it out, and I don&#039;t know PHP, like I said earlier.
&lt;br /&gt;
&lt;br /&gt;So, if the code is available for download at the author&#039;s website . . . why get the book at all? Well, because if you want to learn how it all works together, how to customize it without breaking it, how to improve or adapt it, and why it is set up the way it is--then you need to read the book. It is easy enough to read and understand, even without much knowledge of PHP.
&lt;br /&gt;
&lt;br /&gt;I found this book to be perfect, because it is exactly what I needed: a tutorial for creating a fully-functional, secure, and flexible store.
&lt;br /&gt;
&lt;br /&gt;So is this book for raw beginners? No. You should have enough experience with webpages to comprehend HTML and CSS, minimally. Experience with programming is a help, but not necessary.
&lt;br /&gt;
&lt;br /&gt;So is this book for intermediate web designers? Absolutely!
&lt;br /&gt;
&lt;br /&gt;How about advanced designers . . . well, I&#039;m not qualified to answer that. But I can tell you the authors of this book have very sound logic when it comes to the architecture of an online store. I imagine it would be beneficial to all but the most experienced designers.
&lt;br /&gt;
&lt;br /&gt;Bottomline?
&lt;br /&gt;
&lt;br /&gt;I HIGHLY RECOMMEND THIS BOOK FOR ANYONE DESIGNING AN ONLINE STORE.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>I can&#039;t speak highly enough of this book, but be sure you are buying it for the rights reasons. Here&#039;s why:</p>
<p>I have good knowledge of HTML and CSS, but I know very little about PHP, SQL, and MySQL. I want to start an online store, and HTML and CSS just won&#039;t cut it. I knew from the beginning I would need to learn PHP, and likely JavaScript to create a functioning store.</p>
<p>HOWEVER: This book does not teach you PHP. It does not teach you JavaScript, or SQL, MySQL, AJAX, or any programming language at all. Are we clear on that? Good.</p>
<p>Now that that is settled, let&#039;s see why this book really shines!</p>
<p>This book is about e-commerce. It is a tutorial, and it leads you step-by-step through creating an online store that is fully-functional, secure, and flexible. If you do all the steps, you end up with a complete store. Oh, wait, did I say IF you do all the steps? Actually, no. You can cut and paste the code as you go, if you want, although you would learn less that way. Either way, you need to be thorough. Programming is not for the sloppy, impatient, or anyone with the &#034;that&#039;s close enough&#034; mentality. You must follow the instructions meticulously, and you will have to track down every typo. There will be some troubleshooting involved, but I figured it out, and I don&#039;t know PHP, like I said earlier.</p>
<p>So, if the code is available for download at the author&#039;s website . . . why get the book at all? Well, because if you want to learn how it all works together, how to customize it without breaking it, how to improve or adapt it, and why it is set up the way it is&#8211;then you need to read the book. It is easy enough to read and understand, even without much knowledge of PHP.</p>
<p>I found this book to be perfect, because it is exactly what I needed: a tutorial for creating a fully-functional, secure, and flexible store.</p>
<p>So is this book for raw beginners? No. You should have enough experience with webpages to comprehend HTML and CSS, minimally. Experience with programming is a help, but not necessary.</p>
<p>So is this book for intermediate web designers? Absolutely!</p>
<p>How about advanced designers . . . well, I&#039;m not qualified to answer that. But I can tell you the authors of this book have very sound logic when it comes to the architecture of an online store. I imagine it would be beneficial to all but the most experienced designers.</p>
<p>Bottomline?</p>
<p>I HIGHLY RECOMMEND THIS BOOK FOR ANYONE DESIGNING AN ONLINE STORE.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. McMaster</title>
		<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/comment-page-1/#comment-615</link>
		<dc:creator>M. McMaster</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comment-615</guid>
		<description>Be very careful with this book if you are on a windows based machine.  There is a PHP bug noted on page 150.  Unfortunately, no reliable fix or work around is noted anywhere.  The fix noted on the errata sheet does not help the matter.  Furthermore, there are many forums discussing the problem, but none of them offer a viable solution.  The book could be worth four stars if this problem were actually addressed.  The author new about the problem, but failed to offer a viable solution to people working on a windows based machine.  All they had to do was create a different approach to making multiple queries to the database.  What a disappointment.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>Be very careful with this book if you are on a windows based machine.  There is a PHP bug noted on page 150.  Unfortunately, no reliable fix or work around is noted anywhere.  The fix noted on the errata sheet does not help the matter.  Furthermore, there are many forums discussing the problem, but none of them offer a viable solution.  The book could be worth four stars if this problem were actually addressed.  The author new about the problem, but failed to offer a viable solution to people working on a windows based machine.  All they had to do was create a different approach to making multiple queries to the database.  What a disappointment.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Headway</title>
		<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/comment-page-1/#comment-614</link>
		<dc:creator>Headway</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comment-614</guid>
		<description>There are code errors not listed in the Errata, a time wasting nightmare. Apress should put up a serious help site or withdraw the book
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>There are code errors not listed in the Errata, a time wasting nightmare. Apress should put up a serious help site or withdraw the book<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Haddad</title>
		<link>http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/comment-page-1/#comment-613</link>
		<dc:creator>M. Haddad</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cgiphp.com/blog/beginning-php-and-mysql-e-commerce-from-novice-to-professional-second-edition/#comment-613</guid>
		<description>Buyer beware!  There is no help for this book.  Downloads (code) does not work.  Email messages to authors help links are not answered.
&lt;br /&gt;
&lt;br /&gt;I have read and used many books about PHP and MYSQL, this one is impossible to get through the 3d Chapter successfully.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>Buyer beware!  There is no help for this book.  Downloads (code) does not work.  Email messages to authors help links are not answered.</p>
<p>I have read and used many books about PHP and MYSQL, this one is impossible to get through the 3d Chapter successfully.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.279 seconds -->

