<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PHP Tutorials By Kloplop321</title>
	<link>http://kloplop321.com/php-tutorials</link>
	<description>PHP video tutorials, for everyone.</description>
	<lastBuildDate>Wed, 07 Jul 2010 23:51:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>PHP &amp; MySQL Tutorial 13: Posting on a Blog</title>
		<description><![CDATA[This tutorial in essence goes over implementing posting and inserting data into a database, along with data validation for the blog. This one also extends on Tutorial 10, 11, 12, so please check those out if you have not. Here&#8217;s the plan: Make a page for posting Make a form Get the SQL for inserting [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/07/07/php-mysql-tutorial-13-posting-on-a-blog/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 12: Logging into a Basic Blog</title>
		<description><![CDATA[This tutorial goes over implementing a log in system into the basic blog from tutorial 10/11. The goal is to use a session, a form, and a few pages to log in, log out, and of course, setting up future tools for the blog administration that will be shown in future tutorials. You may refer [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/07/03/php-mysql-tutorial-12-logging-into-a-basic-blog/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 11: Extending a Basic Blog</title>
		<description><![CDATA[This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement that looks like SELECT [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/29/php-mysql-tutorial-11-extending-a-basic-blog/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 10: Starting a Basic Blog</title>
		<description><![CDATA[Here&#8217;s a start for beginner web programmers: a Blog which will evolve into not only A blog, but a content management system. Alas, we need a beginning. This tutorial first starts with setting up our blog system.  This blog system is designed in a way that can be expanded for future tutorials for real application. [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/26/php-mysql-tutorial-10-starting-a-basic-blog/</link>
			</item>
	<item>
		<title>Why no tutorials for a while, and good news!</title>
		<description><![CDATA[I wasn&#8217;t dead, nor have I given up on these tutorials. You know what gets in the way of our goals, Life. I turned legal age, I graduated from High School, and I moved, all within the same period of time. I&#8217;m still dealing with the moving part, but I now have a summer of [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/06/22/why-no-tutorials-for-a-while-and-good-news/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 09: File Upload system with records in MySQL</title>
		<description><![CDATA[This tutorial goes over the concept of uploading files, and keeping records in a MySQL database. So lets try this When: I need to upload files and keep long term records on who uploaded and where it is. Why: I don&#8217;t know, you make up the reasons. What: Exactly do you need to keep record [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/04/05/php-mysql-tutorial-09-file-upload-system-with-records-in-mysql/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 08: Mysql Login system concept</title>
		<description><![CDATA[This tutorial goes over the concept of a log in system with MySQL with sessions. (The sources are provided after the jump) One of my viewers sent me a message on youtube requesting this great example Dear kloplop321, I really want to make a php, mysql based game. I have an idea about how I [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/03/12/php-mysql-tutorial-08-mysql-login-system-concept/</link>
			</item>
	<item>
		<title>MySQL and PHPMyAdmin Introduction with PHP 07: A basic Guestbook</title>
		<description><![CDATA[This is pretty much a basic &#8220;How to&#8221; for making a very basic guestbook that uses a database instead of text. I go over everything from making the database to the table, the html form and actual posting. If you watch this video you will pretty much see the basic idea of what a guestbook [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/02/15/mysql-and-phpmyadmin-introduction-with-php-07-a-basic-guestbook/</link>
			</item>
	<item>
		<title>PHP Programming Competition Problem 01</title>
		<description><![CDATA[I&#8217;ve decided to record how to make complete solutions for a certain problem from a High School programming competition, and the solution for it. The problem: You are to write a program which will input a positive integer n and output the number of divisors of n and the sum of those divisors. (Note: by [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/02/15/php-programming-competition-problem-01/</link>
			</item>
	<item>
		<title>PHP Tutorial: Databases in general</title>
		<description><![CDATA[Developers often use the handy features included with databases to create solutions in PHP for what ever needs to be satisfied. Databases have functions like quickly matching data to Identifications, searching large sums of data, holding user information and much more that developers can utilize. There are many ways to use a database, or in [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/02/14/php-tutorial-databases-in-general/</link>
			</item>
</channel>
</rss>
