<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; Recordset</title>
	<atom:link href="http://www.barattalo.it/tag/recordset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>10 PHP usefull functions for MySQL stuff</title>
		<link>http://www.barattalo.it/2010/01/25/10-php-usefull-functions-for-mysql-stuff/</link>
		<comments>http://www.barattalo.it/2010/01/25/10-php-usefull-functions-for-mysql-stuff/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:44:02 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mysql_fetch_array]]></category>
		<category><![CDATA[mysql_query]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[Recordset]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=403</guid>
		<description><![CDATA[Here is my personal collection of 10 php function that I always include in my database function library. I think they are very usefull and I&#8217;d like to share with you. Here are the mysqli versions of the functions. (NEW) FUNCTION 1: CONNECT TO A DB Connect function. I know, everybody already has this function [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/01/29/10-php-usefull-functions-for-mysqli-improved-stuff/' rel='bookmark' title='10 PHP usefull functions for MySQLi stuff (mysql improved)'>10 PHP usefull functions for MySQLi stuff (mysql improved)</a></li>
<li><a href='http://www.barattalo.it/2010/01/19/php-to-get-enum-set-values-from-mysql-field/' rel='bookmark' title='PHP to get enum/set values from mysql field'>PHP to get enum/set values from mysql field</a></li>
<li><a href='http://www.barattalo.it/2010/01/21/mysql-add-counter-in-a-query/' rel='bookmark' title='MYSQL add counter in a query'>MYSQL add counter in a query</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/execute-scalar-for-php/' rel='bookmark' title='Execute Scalar and Execute Row for Php'>Execute Scalar and Execute Row for Php</a></li>
<li><a href='http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/' rel='bookmark' title='PHP function to fix collation on database fields of MySQL'>PHP function to fix collation on database fields of MySQL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/01/25/10-php-usefull-functions-for-mysql-stuff/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Execute Scalar and Execute Row for Php</title>
		<link>http://www.barattalo.it/2009/11/09/execute-scalar-for-php/</link>
		<comments>http://www.barattalo.it/2009/11/09/execute-scalar-for-php/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:36:11 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Recordset]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=52</guid>
		<description><![CDATA[A couple of simple functions thar returns the first value and the first row of a result set. Very usefull. Need the connection to be opened. Related posts:10 PHP usefull functions for MySQL stuff MYSQL add counter in a query PHP function to fix collation on database fields of MySQL


Related posts:<ol><li><a href='http://www.barattalo.it/2010/01/25/10-php-usefull-functions-for-mysql-stuff/' rel='bookmark' title='10 PHP usefull functions for MySQL stuff'>10 PHP usefull functions for MySQL stuff</a></li>
<li><a href='http://www.barattalo.it/2010/01/21/mysql-add-counter-in-a-query/' rel='bookmark' title='MYSQL add counter in a query'>MYSQL add counter in a query</a></li>
<li><a href='http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/' rel='bookmark' title='PHP function to fix collation on database fields of MySQL'>PHP function to fix collation on database fields of MySQL</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/09/execute-scalar-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

