<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: phptoys2's Submitted Tutorials</title>
    <link>http://www.good-tutorials.com/user/phptoys2</link>
    <description>phptoys2's submitted tutorials on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>Form validation with Captcha image</title>
      <description>In this tutorial I will show you how to create a captcha image to protect your form submissions.</description>
      <author>phptoys2</author>
      <pubDate>Thu, 14 Feb 2008 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26043/form-validation-with-captcha-image</link>
      <guid>http://www.good-tutorials.com/tutorial/26043/form-validation-with-captcha-image</guid>
    </item>
    <item>
      <title>Creating a simple password protection</title>
      <description>This tutorial will teach you how to create a very simple password protection for your web pages.</description>
      <author>phptoys2</author>
      <pubDate>Sun, 18 Nov 2007 12:33:56 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/23952/creating-a-simple-password-protection</link>
      <guid>http://www.good-tutorials.com/tutorial/23952/creating-a-simple-password-protection</guid>
    </item>
    <item>
      <title>Creating a simple SQL script executor</title>
      <description>In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.</description>
      <author>phptoys2</author>
      <pubDate>Sun, 18 Nov 2007 12:29:31 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/23951/creating-a-simple-sql-script-executor</link>
      <guid>http://www.good-tutorials.com/tutorial/23951/creating-a-simple-sql-script-executor</guid>
    </item>
    <item>
      <title>Getting stock quote</title>
      <description>In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.</description>
      <author>phptoys2</author>
      <pubDate>Sun, 18 Nov 2007 12:23:20 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/23950/getting-stock-quote</link>
      <guid>http://www.good-tutorials.com/tutorial/23950/getting-stock-quote</guid>
    </item>
    <item>
      <title>How to create a basic rating system</title>
      <description>In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.</description>
      <author>phptoys2</author>
      <pubDate>Fri, 05 Oct 2007 20:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22715/how-to-create-a-basic-rating-system</link>
      <guid>http://www.good-tutorials.com/tutorial/22715/how-to-create-a-basic-rating-system</guid>
    </item>
    <item>
      <title>How to create a basic news system</title>
      <description>In this tutorial I will show you how to create a basic file based news system with integrated WYSIWYG editor.</description>
      <author>phptoys2</author>
      <pubDate>Thu, 13 Sep 2007 15:11:45 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22161/how-to-create-a-basic-news-system</link>
      <guid>http://www.good-tutorials.com/tutorial/22161/how-to-create-a-basic-news-system</guid>
    </item>
    <item>
      <title>How to create a link checker</title>
      <description>In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.</description>
      <author>phptoys2</author>
      <pubDate>Wed, 15 Aug 2007 19:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21388/how-to-create-a-link-checker</link>
      <guid>http://www.good-tutorials.com/tutorial/21388/how-to-create-a-link-checker</guid>
    </item>
    <item>
      <title>How to create a simple virtual postcard sender script.</title>
      <description>In this tutorial I will show you how to create a simple virtual postcard sender script with your own images.  
</description>
      <author>phptoys2</author>
      <pubDate>Tue, 14 Aug 2007 07:21:44 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21398/how-to-create-a-simple-virtual-postcard-sender-script-</link>
      <guid>http://www.good-tutorials.com/tutorial/21398/how-to-create-a-simple-virtual-postcard-sender-script-</guid>
    </item>
    <item>
      <title>Get actual weather information</title>
      <description>In this tutorial I will show you how you can retrive actual weather information from Yahoo Weather and display this information on your own site.</description>
      <author>phptoys2</author>
      <pubDate>Mon, 13 Aug 2007 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21361/get-actual-weather-information</link>
      <guid>http://www.good-tutorials.com/tutorial/21361/get-actual-weather-information</guid>
    </item>
    <item>
      <title>Creating a menu system</title>
      <description>In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system.</description>
      <author>phptoys2</author>
      <pubDate>Fri, 01 Jun 2007 18:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/19339/creating-a-menu-system</link>
      <guid>http://www.good-tutorials.com/tutorial/19339/creating-a-menu-system</guid>
    </item>
    <item>
      <title>Storing multidimensional arrays in a file</title>
      <description>In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.</description>
      <author>phptoys2</author>
      <pubDate>Sat, 26 May 2007 11:30:03 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/19179/storing-multidimensional-arrays-in-a-file</link>
      <guid>http://www.good-tutorials.com/tutorial/19179/storing-multidimensional-arrays-in-a-file</guid>
    </item>
    <item>
      <title>Creating a simple mail sender class with PHP</title>
      <description>In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
</description>
      <author>phptoys2</author>
      <pubDate>Thu, 24 May 2007 04:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/19105/creating-a-simple-mail-sender-class-with-php</link>
      <guid>http://www.good-tutorials.com/tutorial/19105/creating-a-simple-mail-sender-class-with-php</guid>
    </item>
    <item>
      <title>Creating a file based logging script</title>
      <description>In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.</description>
      <author>phptoys2</author>
      <pubDate>Mon, 14 May 2007 07:02:31 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18814/creating-a-file-based-logging-script</link>
      <guid>http://www.good-tutorials.com/tutorial/18814/creating-a-file-based-logging-script</guid>
    </item>
    <item>
      <title>Creating thumbnail - Resize an image with PHP</title>
      <description>In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.</description>
      <author>phptoys2</author>
      <pubDate>Sat, 12 May 2007 23:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18713/creating-thumbnail-resize-an-image-with-php</link>
      <guid>http://www.good-tutorials.com/tutorial/18713/creating-thumbnail-resize-an-image-with-php</guid>
    </item>
    <item>
      <title>Creating a simple file based polling script</title>
      <description>In this tutorial I will show you how to create a simple, file based polling system where you can easy setup new polls. No database is required for this script and you only have to maintain one config file.</description>
      <author>phptoys2</author>
      <pubDate>Fri, 11 May 2007 08:07:32 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18714/creating-a-simple-file-based-polling-script</link>
      <guid>http://www.good-tutorials.com/tutorial/18714/creating-a-simple-file-based-polling-script</guid>
    </item>
    <item>
      <title>Creating a domain checker</title>
      <description>In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not. </description>
      <author>phptoys2</author>
      <pubDate>Thu, 26 Apr 2007 14:00:05 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18206/creating-a-domain-checker</link>
      <guid>http://www.good-tutorials.com/tutorial/18206/creating-a-domain-checker</guid>
    </item>
    <item>
      <title>Creating a simple contact form with PHP</title>
      <description>In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email. </description>
      <author>phptoys2</author>
      <pubDate>Wed, 25 Apr 2007 07:31:15 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18207/creating-a-simple-contact-form-with-php</link>
      <guid>http://www.good-tutorials.com/tutorial/18207/creating-a-simple-contact-form-with-php</guid>
    </item>
    <item>
      <title>Creating a file upload system</title>
      <description>In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver.</description>
      <author>phptoys2</author>
      <pubDate>Tue, 24 Apr 2007 07:49:40 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18173/creating-a-file-upload-system</link>
      <guid>http://www.good-tutorials.com/tutorial/18173/creating-a-file-upload-system</guid>
    </item>
    <item>
      <title>Creating a count-down system</title>
      <description>In this tutorial I will show you how to create a simple count down system.</description>
      <author>phptoys2</author>
      <pubDate>Tue, 24 Apr 2007 07:47:59 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18172/creating-a-count-down-system</link>
      <guid>http://www.good-tutorials.com/tutorial/18172/creating-a-count-down-system</guid>
    </item>
    <item>
      <title>Creating a file based login system</title>
      <description>In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database.
</description>
      <author>phptoys2</author>
      <pubDate>Tue, 24 Apr 2007 07:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18133/creating-a-file-based-login-system</link>
      <guid>http://www.good-tutorials.com/tutorial/18133/creating-a-file-based-login-system</guid>
    </item>
  </channel>
</rss>
