<?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 19:09:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[WebReference.com: Building a Weblog: Part 4]]></title>
      <guid>http://www.phpdeveloper.org/news/7392</guid>
      <link>http://www.phpdeveloper.org/news/7392</link>
      <description><![CDATA[<p>
WebReference.com has posted <a href="http://www.webreference.com/programming/practical_php_mysql4/">part four</a> (the final installment) of their "Building a Weblog" series today, focusing on creating the categories for the posts, adding a new entry, and updating a current one.
</p>
<p>
First off is the creation of the categories script - just a simple little page that takes in the category name (from a form) and inserts it into the categories table in the database. The next form functions in basically the same way, but handles more information. It lets you write and save a new blog entry to the database. 
</p>
<p>
Finally, since everyone makes mistakes, they include <a href="http://www.webreference.com/programming/practical_php_mysql4/3.html">a sample script</a> to let you update one of your already posted blog entries, using the same kind of form you used to enter it.
</p>]]></description>
      <pubDate>Tue, 06 Mar 2007 11:37:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[WebReferece.com: Building a Weblog: Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/7304</guid>
      <link>http://www.phpdeveloper.org/news/7304</link>
      <description><![CDATA[<p>
WebReference.com is back today with <a href="http://www.webreference.com/programming/practical_php_mysql2/index.html">part two</a> of their "Building a Weblog" series picking up where the <a href="http://www.webreference.com/programming/practical_php_mysql/">previous part</a> left off.
</p>
<p>
They start with adding a comments summary to the page, giving the user a view of the previous comment submitted by other users. They include a brief look at anchor tags before moving into the code to display some of the previous blog entries. Next up is all about getting more specific - creating the code to view each of the specific blog entries. 
</p>
<p>
Of course, what is an entry without its comments, so they include the code to integrate that into the page as well. Finally, they give the user a way to talk back about the content they're reading by adding a simple comments form to each of the posts' pages.
</p>]]></description>
      <pubDate>Mon, 19 Feb 2007 11:34:00 -0600</pubDate>
    </item>
  </channel>
</rss>
