<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>2359469</id>
  <title><![CDATA[Beginning PHP 5 and MySQL: From Novice to Professional]]></title>
  <isbn><![CDATA[1893115518]]></isbn>
  <isbn13><![CDATA[9781893115514]]></isbn13>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <description><![CDATA[<strong>Beginning PHP 5 and MySQL: From Novice to Professional</strong>, offers a comprehensive introduction to two of the most popular web application building technologies on the planet: the scripting language PHP and the MySQL database server. Readers are not only exposed to the core aspects of both technologies, but also gain valuable insight into how they are used in unison to create dynamic data-driven web applications. It is the first book to delve into the features of the latest releases of the world's most popular open source web development technologies, the MySQL 4 database server and PHP 4 scripting language. Not only will readers profit from extensive introductions to the core features of each technology, but also from insight into the cutting-edge, sometimes undocumented features of the most recent versions.]]></description>
  <work>
  <best_book_id type="integer">40543</best_book_id>
  <books_count type="integer">3</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">40130</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer" nil="true"></original_publication_day>
  <original_publication_month type="integer" nil="true"></original_publication_month>
  <original_publication_year type="integer">2004</original_publication_year>
  <original_title>Beginning PHP and MySQL 5: From Novice to Professional, Second Edition</original_title>
  <rating_dist>total:33|5:4|4:14|3:11|2:3|1:1|</rating_dist>
  <ratings_count type="integer">33</ratings_count>
  <ratings_sum type="integer">116</ratings_sum>
  <reviews_count type="integer">74</reviews_count>
  <text_reviews_count type="integer">7</text_reviews_count>
</work>

  <average_rating><![CDATA[3.52]]></average_rating>
  <ratings_count><![CDATA[1]]></ratings_count>
  <text_reviews_count><![CDATA[0]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/2359469.Beginning_PHP_5_and_MySQL_From_Novice_to_Professional]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/2359469.Beginning_PHP_5_and_MySQL_From_Novice_to_Professional]]></link>
  <authors>
    <author>
    <id>22737</id>
        <name><![CDATA[W. Jason Gilmore]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/22737.W_Jason_Gilmore]]></link>
    <average_rating>3.43</average_rating>
    <ratings_count>37</ratings_count>
    <text_reviews_count>7</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="20" total="74">
      <review>
  <id>44155031</id>
    <user>
    <id>186015</id>
    <name><![CDATA[Mike]]></name>
    <location><![CDATA[Santa Cruz, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/186015-mike]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.48</average_rating>
  <ratings_count>31</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>5</rating>
  <votes>1</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="computers" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Thu Jan 01 00:00:00 -0800 2009</read_at>
  <date_added>Sat Jan 24 06:06:36 -0800 2009</date_added>
  <date_updated>Sat Jan 24 06:06:36 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[This book is very well written. It's a very thorough introduction to PHP5, and helps you install Apache and MySQL painlessly so you can start writing code very quickly. It has lots of practical advice and code examples, and shows you how to download useful well-written PHP from a free online reposit...<a href="http://www.goodreads.com/review/show/44155031">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/44155031]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/44155031]]></link>
</review>
      <review>
  <id>64017652</id>
    <user>
    <id>968864</id>
    <name><![CDATA[Adam]]></name>
    <location><![CDATA[Asheville, NC]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/968864-adam-casto]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1215818100p3/968864.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1215818100p2/968864.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Thu Jul 16 00:00:00 -0700 2009</read_at>
  <date_added>Sat Jul 18 15:12:49 -0700 2009</date_added>
  <date_updated>Sat Jul 18 15:19:39 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[This is a well written book that presents a wide range of data that encompasses more than the title lets on. Besides serving up the info for utilizing MySQL in PHP driven web applications, you also get a good introduction to PHP &amp; LDAP, the Smarty PHP templating engine, PHP5's new obejct-oriented fe...<a href="http://www.goodreads.com/review/show/64017652">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/64017652]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/64017652]]></link>
</review>
      <review>
  <id>60400807</id>
    <user>
    <id>603572</id>
    <name><![CDATA[Fuad]]></name>
    <location><![CDATA[Jakarta, Indonesia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/603572-fuad-thahir]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1245828580p3/603572.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1245828580p2/603572.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Fri Feb 08 00:00:00 -0800 2008</read_at>
  <date_added>Sat Jun 20 07:07:25 -0700 2009</date_added>
  <date_updated>Sat Jun 20 07:08:10 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[good book, it helps a lot.]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/60400807]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/60400807]]></link>
</review>
      <review>
  <id>63238887</id>
    <user>
    <id>2516588</id>
    <name><![CDATA[Lalit]]></name>
    <location><![CDATA[Jaipur, 24, India]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2516588-lalit]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Mon Jul 13 00:00:00 -0700 2009</read_at>
  <date_added>Sun Jul 12 23:07:09 -0700 2009</date_added>
  <date_updated>Sun Jul 12 23:07:09 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[lern php]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/63238887]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/63238887]]></link>
</review>
      <review>
  <id>19837564</id>
    <user>
    <id>1063661</id>
    <name><![CDATA[Woodge]]></name>
    <location><![CDATA[Boston, MA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1063661-woodge]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1207600108p3/1063661.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1207600108p2/1063661.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="geek" />
      </shelves>
  <recommended_for><![CDATA[webmasters]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Wed Apr 09 00:00:00 -0700 2008</read_at>
  <date_added>Wed Apr 09 19:33:29 -0700 2008</date_added>
  <date_updated>Fri Apr 11 13:16:21 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[This textbook was clearly written and furnished with good examples.  I read it pretty swiftly, took a bunch of notes and now I've got some ideas on how to use what I've since learned. I was pretty happy with this writer and publisher.  The only parts I skimmed through were a couple chapters on insta...<a href="http://www.goodreads.com/review/show/19837564">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/19837564]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/19837564]]></link>
</review>
      <review>
  <id>21180829</id>
    <user>
    <id>999324</id>
    <name><![CDATA[Matt]]></name>
    <location><![CDATA[Dallas, TX]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/999324-matt-mcclard]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1205778182p3/999324.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1205778182p2/999324.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="read-in-2008" />
        <shelf name="web_dev" />
      </shelves>
  <recommended_for><![CDATA[web designers, web developers]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Mon Jul 07 20:50:13 -0700 2008</read_at>
  <date_added>Mon Apr 28 11:43:25 -0700 2008</date_added>
  <date_updated>Mon Jul 07 20:50:13 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[I thought this book was a great tutorial for beginning the long road ahead in my journey for complete PHP and MySQL dominance in the world. The examples were well laid out and explained. I would have liked to see more exercises, but this book was geared more toward showing you what was possible with...<a href="http://www.goodreads.com/review/show/21180829">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/21180829]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/21180829]]></link>
</review>
      <review>
  <id>37490404</id>
    <user>
    <id>1707776</id>
    <name><![CDATA[Allwin]]></name>
    <location><![CDATA[Medan, Indonesia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1707776-allwin]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1226463981p3/1707776.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1226463981p2/1707776.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Nov 11 21:41:02 -0800 2008</date_added>
  <date_updated>Tue Nov 11 21:42:03 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[Buku yang bagus untuk pemula maupun yang sudah expert sebagai buku panduan]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/37490404]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/37490404]]></link>
</review>
      <review>
  <id>79717044</id>
    <user>
    <id>2501319</id>
    <name><![CDATA[Casey]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2501319-casey-brant]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Dec 02 20:20:18 -0800 2009</date_added>
  <date_updated>Wed Dec 09 08:12:24 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/79717044]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/79717044]]></link>
</review>
      <review>
  <id>79097832</id>
    <user>
    <id>2976050</id>
    <name><![CDATA[Sharan]]></name>
    <location><![CDATA[Bombay, 16, India]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2976050-sharan-zaveri]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Nov 27 01:06:59 -0800 2009</date_added>
  <date_updated>Fri Nov 27 01:07:10 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/79097832]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/79097832]]></link>
</review>
      <review>
  <id>76400251</id>
    <user>
    <id>931066</id>
    <name><![CDATA[Fictionjunky]]></name>
    <location><![CDATA[Brooklyn, NY]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/931066-fictionjunky]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1224134758p3/931066.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1224134758p2/931066.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">1525820</id>
  <isbn>1590598628</isbn>
  <isbn13>9781590598627</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1184730545m/1525820.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1184730545s/1525820.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1525820.Beginning_PHP_and_MySQL_From_Novice_to_Professional_Third_Edition</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[<p><em>Beginning PHP and MySQL: From Novice to Professional, Third Edition</em> offers a comprehensive introduction to two of the most prominent open source technologies on the planet: the PHP scripting language and the MySQL database server. Updated to introduce the features found in MySQL's most significant release to date, readers learn how to take advantage of the latest features of both technologies to build powerful, manageable, and stable web applications.</p> <p>Essentially three books in one, readers not only profit from extensive introductions to the core features of each technology, but also learn how to effectively integrate the two in order to build robust data-driven applications. Packed with practical examples and insight into the real-world challenges faced by developers based on author W. Jason Gilmore's 7 years of expertise working with these technologies, readers will repeatedly return to this book as both a valuable instructional tool and reference guide.</p> &lt;h3&gt;What you'll learn&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;The PHP language&lt;/li&gt; &lt;li&gt;How to back your web site with MySQL&lt;/li&gt; &lt;li&gt;Templating so that you can apply a consistent design across all pages on your site&lt;/li&gt; &lt;li&gt;How to authenticate your web site users&lt;/li&gt; &lt;li&gt;How to use cookies to maintain information (such as items in a shopping cart) while a user is browsing your site&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Who is this book for?&lt;/h3&gt; <p>This book is written for developers seeking to take advantage of the PHP language and MySQL database to create powerful web applications.</p> &lt;h3&gt;About the Apress Beginning Series&lt;/h3&gt; <p>The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from &quot;novice to professional.&quot; You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory!</p> &lt;h3&gt;Related Titles&lt;/h3&gt; &lt;ul&gt;&lt;li&gt;Beginning PHP 5 and MySQL E-Commerce: From Novice to Professional&lt;/li&gt; &lt;li&gt;Beginning Ajax with PHP: From Novice to Professional&lt;/li&gt; &lt;li&gt;PHP 5 Recipes: A Problem-Solution Approach&lt;/li&gt; &lt;li&gt;Pro PHP Security&lt;/li&gt; &lt;li&gt;PHP 5 Objects, Patterns, and Practice&lt;/li&gt; &lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="design-and-dev" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Nov 01 15:50:02 -0800 2009</date_added>
  <date_updated>Sun Nov 01 15:50:02 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76400251]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76400251]]></link>
</review>
      <review>
  <id>76163353</id>
    <user>
    <id>2891688</id>
    <name><![CDATA[Colin]]></name>
    <location><![CDATA[Prestwick, Scotland, D8, The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2891688-colin-mccormick]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1257082672p3/2891688.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1257082672p2/2891688.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="computing" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Oct 29 17:27:37 -0700 2009</date_added>
  <date_updated>Thu Oct 29 17:27:37 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76163353]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76163353]]></link>
</review>
      <review>
  <id>74969077</id>
    <user>
    <id>2033336</id>
    <name><![CDATA[Bona]]></name>
    <location><![CDATA[Trinidad and Tobago]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2033336-bona]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Oct 18 18:22:22 -0700 2009</date_added>
  <date_updated>Sun Oct 18 18:22:22 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/74969077]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/74969077]]></link>
</review>
      <review>
  <id>74956055</id>
    <user>
    <id>2850584</id>
    <name><![CDATA[Richard]]></name>
    <location><![CDATA[Sydney, 02, Australia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2850584-richard]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1255955899p3/2850584.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1255955899p2/2850584.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Oct 18 16:15:41 -0700 2009</date_added>
  <date_updated>Sun Oct 18 16:15:41 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/74956055]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/74956055]]></link>
</review>
      <review>
  <id>74533654</id>
    <user>
    <id>2787540</id>
    <name><![CDATA[Julian]]></name>
    <location><![CDATA[Sofia, 42, Bulgaria]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2787540-julian]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>2</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Oct 14 13:15:31 -0700 2009</date_added>
  <date_updated>Wed Oct 14 13:15:31 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/74533654]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/74533654]]></link>
</review>
      <review>
  <id>72218738</id>
    <user>
    <id>2202575</id>
    <name><![CDATA[Lena]]></name>
    <location><![CDATA[]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2202575-lena]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1261532655p3/2202575.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1261532655p2/2202575.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
        <shelf name="original-english" />
        <shelf name="programming" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Sep 23 06:43:50 -0700 2009</date_added>
  <date_updated>Wed Sep 23 06:43:50 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72218738]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72218738]]></link>
</review>
      <review>
  <id>70330954</id>
    <user>
    <id>2711314</id>
    <name><![CDATA[Stephanie]]></name>
    <location><![CDATA[Pleasanton, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2711314-stephanie]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-F-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-F-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>2</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Sep 07 02:11:32 -0700 2009</date_added>
  <date_updated>Mon Sep 07 02:11:32 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/70330954]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/70330954]]></link>
</review>
      <review>
  <id>69742079</id>
    <user>
    <id>1887332</id>
    <name><![CDATA[Andrew]]></name>
    <location><![CDATA[Wayne, PA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1887332-andrew]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1231529448p3/1887332.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1231529448p2/1887332.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Sep 01 17:27:31 -0700 2009</date_added>
  <date_updated>Tue Sep 01 17:27:31 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/69742079]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/69742079]]></link>
</review>
      <review>
  <id>68939118</id>
    <user>
    <id>2669082</id>
    <name><![CDATA[Abdelghani]]></name>
    <location><![CDATA[Tiznit, 32, Morocco]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2669082-abdelghani-achahoud]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Aug 26 07:19:24 -0700 2009</date_added>
  <date_updated>Wed Aug 26 07:19:24 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/68939118]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/68939118]]></link>
</review>
      <review>
  <id>65090745</id>
    <user>
    <id>2129220</id>
    <name><![CDATA[Timothy]]></name>
    <location><![CDATA[San Francisco, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2129220-timothy-young]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1248671596p3/2129220.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1248671596p2/2129220.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">2359469</id>
  <isbn>1893115518</isbn>
  <isbn13>9781893115514</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP 5 and MySQL: From Novice to Professional]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/2359469.Beginning_PHP_5_and_MySQL_From_Novice_to_Professional</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[<strong>Beginning PHP 5 and MySQL: From Novice to Professional</strong>, offers a comprehensive introduction to two of the most popular web application building technologies on the planet: the scripting language PHP and the MySQL database server. Readers are not only exposed to the core aspects of both technologies, but also gain valuable insight into how they are used in unison to create dynamic data-driven web applications. It is the first book to delve into the features of the latest releases of the world's most popular open source web development technologies, the MySQL 4 database server and PHP 4 scripting language. Not only will readers profit from extensive introductions to the core features of each technology, but also from insight into the cutting-edge, sometimes undocumented features of the most recent versions.]]>
  </description>
  <published>2004</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Jul 26 22:10:16 -0700 2009</date_added>
  <date_updated>Sun Jul 26 22:10:16 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/65090745]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/65090745]]></link>
</review>
      <review>
  <id>62890452</id>
    <user>
    <id>2507415</id>
    <name><![CDATA[Aaron]]></name>
    <location><![CDATA[Christchurch, F7, New Zealand]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2507415-aaron]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1247225131p3/2507415.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1247225131p2/2507415.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">40543</id>
  <isbn>1590595521</isbn>
  <isbn13>9781590595527</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Beginning PHP and MySQL 5: From Novice to Professional, Second Edition]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1169437240m/40543.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1169437240s/40543.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/40543.Beginning_PHP_and_MySQL_5_From_Novice_to_Professional_Second_Edition</link>
  <average_rating>3.52</average_rating>
  <ratings_count>33</ratings_count>
  <description>
    <![CDATA[&lt;ul&gt;&lt;li&gt;Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.&lt;/li&gt;&lt;li&gt;Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.&lt;/li&gt;&lt;li&gt;Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.&lt;/li&gt;&lt;li&gt;Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;From the Back Cover&lt;/h3&gt;<p>Interested in becoming a master of the PHP language and MySQL database but don't know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.</p><p>The book begins with a vast overview of PHP's capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.</p><p>Next up is a presentation of MySQL's key features. You're first guided through MySQL's installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5--specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you'll gain insight into PHP's assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.</p>&lt;h3&gt;What You Will Learn from This Book&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Install and configure Apache, PHP, and MySQL on both Windows and Linux.&lt;/li&gt; &lt;li&gt;Accept and process information submitted via HTML forms.&lt;/li&gt;&lt;li&gt;Authenticate users and track user preferences and data using PHP's session-handling capabilities.&lt;/li&gt;&lt;li&gt;Process web-based file uploads using the HTTP_Upload PEAR package.&lt;/li&gt;&lt;li&gt;Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.&lt;/li&gt;&lt;li&gt;Use both command-line and graphical MySQL clients to effectively manage your data.&lt;/li&gt;&lt;li&gt;Secure the MySQL server, creating roles and restricting access even at very granular levels.&lt;/li&gt;&lt;li&gt;Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
  <published>2004</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Jul 10 05:22:02 -0700 2009</date_added>
  <date_updated>Fri Jul 10 05:22:02 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/62890452]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/62890452]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="currently-reading" />
          <shelf name="to-read" />
          <shelf name="tech" />
          <shelf name="computer" />
          <shelf name="computing" />
          <shelf name="original-english" />
          <shelf name="non-fiction" />
          <shelf name="programming" />
          <shelf name="welcome-it-is-cenozoic-era" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=2359469</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>