<?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>Aleix Cortadellas &#187; database</title>
	<atom:link href="http://www.aleixcortadellas.com/main/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aleixcortadellas.com/main</link>
	<description>A little bit of everything...</description>
	<lastBuildDate>Wed, 23 Sep 2009 21:05:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Performing MySQL queries with the help of AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/04/06/581/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/04/06/581/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:24:51 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[onclick]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=581</guid>
		<description><![CDATA[Back to AJAX! This tutorial is a reply to a question posted in Experts Exchange, and therefore it has a very specific scope. However, taking into consideration it may prove to be useful to many, I decide to share it with you all.
What this tutorial explains is how to perform asynchronously MySQL actions with AJAX, [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/04/06/581/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Saving multiple selections from drop down list to database</title>
		<link>http://www.aleixcortadellas.com/main/2009/03/20/492/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/03/20/492/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:00:28 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[selections]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[unserialize]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=492</guid>
		<description><![CDATA[This post will teach you how to process and store multiple selections from a form element into a MySQL database, using PHP. In order to understand how it works, you will need basic knowledge of PHP arrays, because they&#8217;re necessary for achieving the results.
If you still don&#8217;t know what arrays are and how do they [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/20/492/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking availability of user name with AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/03/05/465/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/03/05/465/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:00:44 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[available]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=465</guid>
		<description><![CDATA[
Lately I&#8217;ve been writing quite much about AJAX, but it is so useful that I&#8217;m sure it is of everyone&#8217;s interest!
In this post I will show you &#8211; as the post title says &#8211; an example script of AJAXed registration form, without recurring to AJAX frameworks (there are already many tutorials about this topic in [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/05/465/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
