<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 08:45:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Getting PHP to Talk to MySQL]]></title>
      <guid>http://www.phpdeveloper.org/news/7872</guid>
      <link>http://www.phpdeveloper.org/news/7872</link>
      <description><![CDATA[<p>
DevShed is getting back down to some of the basics with <a href="http://www.devshed.com/c/a/MySQL/Getting-PHP-to-Talk-to-MySQL/">this new tutorial</a> - the first part of a three-part series looking at connecting PHP with a MySQL database backend. The article is part of an excerpt from the O'Reily book "Learning PHP and MySQL" (by <i>Michele Davis</i> and <i>Jon Phillips</i>).
</p>
<blockquote>
In this first part of a three-part series. you will begin learning how to use PHP to display and modify data from a MySQL database. 
</blockquote>
<p>
They step through the process of connecting to the database server, picking the database you want to work with, creating a SELECT statement for the data in the tables, running it and getting back the information. For this <a href="http://www.devshed.com/c/a/MySQL/Getting-PHP-to-Talk-to-MySQL">first part</a> of the series, though, they only go as far as making the connection including the solution to one of the most common errors people experience - the "call to undefined function" problem.
</p>]]></description>
      <pubDate>Fri, 18 May 2007 10:21:00 -0500</pubDate>
    </item>
  </channel>
</rss>
