<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP for everyone &#187; Database</title>
	<atom:link href="http://php4every1.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4every1.com</link>
	<description>Blog with PHP, MySQL and other tutorials. You can also download my scripts, report a bug or leave a feedback.</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:22:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Upload Images With MySQL</title>
		<link>http://php4every1.com/tutorials/upload-images-with-mysql/</link>
		<comments>http://php4every1.com/tutorials/upload-images-with-mysql/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:53:27 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Tutorial Requests]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=580</guid>
		<description><![CDATA[Intro Ok, let&#8217;s continue with tutorial requests. This tutorial will cover uploading images to MySQL database. It will not be classic tutorial where I write everything and go through each step, but it will be more like some tips. Upload form First we need upload form. There are few extra parts that you don&#8217;t have [...]]]></description>
		<wfw:commentRss>http://php4every1.com/tutorials/upload-images-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Language Site</title>
		<link>http://php4every1.com/tutorials/multi-language-site/</link>
		<comments>http://php4every1.com/tutorials/multi-language-site/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:23:14 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Object Oriented]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Translations]]></category>
		<category><![CDATA[Tutorial Requests]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=551</guid>
		<description><![CDATA[It's been a while since I last posted something because I was very busy. So let's do something useful now. Reader Tien Phuong requested a tutorial about multi-language sites and how to create them so now I'll try to show you one way. We'll use database to store our translations and languages. So let's start.]]></description>
		<wfw:commentRss>http://php4every1.com/tutorials/multi-language-site/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sql Queries Cache</title>
		<link>http://php4every1.com/tutorials/sql-queries-cache/</link>
		<comments>http://php4every1.com/tutorials/sql-queries-cache/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 13:41:44 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Speed Optimisation]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=301</guid>
		<description><![CDATA[This will be intermediate tutorial about caching SQL query results. We will use interface to make support for extending available ways of caching your results. We will create cache that will use MySQL database and flat text files to store cache.]]></description>
		<wfw:commentRss>http://php4every1.com/tutorials/sql-queries-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Quite Complex Queries</title>
		<link>http://php4every1.com/tutorials/mysql-quite-complex-queries/</link>
		<comments>http://php4every1.com/tutorials/mysql-quite-complex-queries/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 16:30:44 +0000</pubDate>
		<dc:creator>Marijan Šuflaj</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://php4every1.com/?p=291</guid>
		<description><![CDATA[I've read an article about database design. It's very simple but I try to design my databases/tables following that article. But there is one thing that is also important. You need to design your tables and their relations so that you can get almost everything your need with as much queries as possible. This is a part that MySQL-s complex queries are very useful. In two last jobs that I did I needed to optimize script as much as possible. One project is a plugin for Wordpress that I'm currently working on. When ever I do something I give my best to do it right and I really try to design relations and queries very good. Here are some examples of queries that I needed.]]></description>
		<wfw:commentRss>http://php4every1.com/tutorials/mysql-quite-complex-queries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
