<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>Sculch Web Articles</title>
    <link>http://www.sculch.com/</link>
    <description>Sculch is filled with various web stuffs.</description>
    <language>en-us</language>
    <docs>http://www.sculch.com/rss.xml</docs>
    <item>
      <title>Using PHP's imagefilter() Function</title>
      <description> As I said before one of my favorite things to do with PHP is image manipulation. In PHP5 is an image function imagefilter(). It has six paremeters: the image resource, the type of filter to apply, and four different values to be passed to the functio...</description>
      <link>http://www.sculch.com/article-Using-PHPs-imagefilter-Function</link>
      <guid>http://www.sculch.com/article-Using-PHPs-imagefilter-Function</guid>
    </item>
    <item>
      <title>Creating a PHP MySQL Database Connector Class</title>
      <description> I did this a while ago, just for fun.  It's an easy way to create a class that connects to a MySQL database and has all the functions as methods and variables.    ?php   // database class   // contai...</description>
      <link>http://www.sculch.com/article-Creating-a-PHP-MySQL-Database-Connector-Class</link>
      <guid>http://www.sculch.com/article-Creating-a-PHP-MySQL-Database-Connector-Class</guid>
    </item>
    <item>
      <title>PHP Image HEX to RGB</title>
      <description> One of my favorite things to do with PHP is image manipulation using the GD library. I know this has probably been done before, but this is my hex value color to rgb color script.    function hex2rgb($hex){     if(strl...</description>
      <link>http://www.sculch.com/article-PHP-Image-HEX-to-RGB</link>
      <guid>http://www.sculch.com/article-PHP-Image-HEX-to-RGB</guid>
    </item>
    <item>
      <title>Sculch IV Launched</title>
      <description> Sculch IV has been launched, it will feature web stuffs. How to write hello world with PHP:    ?php   echo &quot;Hello, World!&quot;;   ?    Until next time, Mario</description>
      <link>http://www.sculch.com/article-sculch-iv-launched</link>
      <guid>http://www.sculch.com/article-sculch-iv-launched</guid>
    </item>
  </channel>
</rss>