<?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>Tue, 21 May 2013 07:05:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPPro.org: SQL Intro, Reciprocal Links & Finding Links with DOM]]></title>
      <guid>http://www.phpdeveloper.org/news/11152</guid>
      <link>http://www.phpdeveloper.org/news/11152</link>
      <description><![CDATA[<p>
<i>Kevin Waterson</i> has added three new tutorials to his PHPPro.org website recently:
</p>
<ul>
<li><a href="http://www.phpro.org/tutorials/Introduction-To-SQL.html">Introduction To SQL</a> - The language used in relational databases is SQL. Regardless of the database used, a standard language is used to communicate with them all. This tutorial shows some basic concepts to using SQL.
<li><a href="http://www.phpro.org/classes/Recipricol-Links.html">Reciprocal Links</a> - Automating reciprocal links at first glance looks a daunting task. This helper class takes away much of the pain of what can be a mindlessly tedious process and simplifies it into a few easy to use class methods
<li><a href="http://www.phpro.org/examples/Get-Links-With-DOM.html">Get Links With DOM</a> - Perhaps the biggest mistake people make when trying to get URLs or link text from a web page is trying to do it using regular expressions. The job can be done with regular expressions, however, there is a high overhead in having preg loop over the entire document many times. The correct way, and the faster, and infinitely cooler ways is to use DOM.
</ul>
<p>
You can find the links to these and many other great tutorials over on the PHPPro.org website's <a href="http://www.phpro.org/tutorials">tutorials section</a>.
</p>]]></description>
      <pubDate>Mon, 06 Oct 2008 12:09:15 -0500</pubDate>
    </item>
  </channel>
</rss>
