<?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>Sun, 20 Mar 2011 19:03:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2" -->

	<item>
		<title>PHP OOP Tutorial 3: Implementing interfaces, utilizing structure</title>
		<description><![CDATA[This tutorial starts fresh with Object Oriented programing with a focus on implementing an interface, and using that interface for our advantage when going through an array. This tutorial covers Creating classes Creating an interface Implementing an interface Using a magic constant Here&#8217;s the video, Make sure to take the jump if you want to [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2011/03/20/php-oop-tutorial-3-implementing-interfaces-utilizing-structure/</link>
			</item>
	<item>
		<title>PHP OOP Tutorial 2: Extending Object Oriented Programming</title>
		<description><![CDATA[This tutorial starts fresh with Object Oriented programing with a focus on extending other classes, and a parent class that holds collections of the account class. It covers Class creation Class Extension Peak into the static keyword Example of instanceof Small explanation of the self keyword Here&#8217;s the video, I&#8217;m totally winging it without any [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2011/03/13/php-oop-tutorial-2-extending-object-oriented-programming/</link>
			</item>
	<item>
		<title>PHP OOP Tutorial 1: an introduction to Object Oriented Programming</title>
		<description><![CDATA[This is a basic introduction to Object Oriented programming in PHP. Here, I introduce classes public/private variables and methods magic methods method chaining I use a diagram to show the concept visually before creating the code, and then I test it in the terminal. I also show variable casting to ensure that information is properly [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/11/08/php-oop-tutorial-1-an-introduction-to-object-oriented-programming/</link>
			</item>
	<item>
		<title>MySQL UTF-8 results</title>
		<description><![CDATA[One of my tutorial followers graciously emailed me with an interesting problem, when they tried to use my blog tutorial(#13), when they put in asian characters, they went into the database wrong. AND if directly put into the database, it would echo out as ???? This can be a very annoying problem, one that I [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/09/04/mysql-utf-8-results/</link>
			</item>
	<item>
		<title>PHP &amp; MySQL Tutorial 14: Editing on a blog &#8212; The fancy way</title>
		<description><![CDATA[This tutorial goes over implementing editing, and modifying the posting page to use a really cool in-page content editor, CKEditor! So, here are the goals for today: Implement the Fancy Editor into posting Create a way to edit based on the posting Now, it doesn&#8217;t sound like that is much to do, but as I [...]]]></description>
		<link>http://kloplop321.com/php-tutorials/index.php/2010/08/16/php-mysql-tutorial-14-editing-on-a-blog-the-fancy-way/</link>
			</item>
	<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>
</channel>
</rss>

