<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/mysql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 04 Jul 2008 17:38:59 GMT</pubDate>
<item>
<title>(PHP) PEAR::DB MySQL Functions - mikegreen</title>
<link>http://snipplr.com/view/6419/peardb-mysql-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 11:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/6419/peardb-mysql-functions/</guid>
</item>
<item>
<title>(PHP) PHP Class: MySQL DB Class - mattkenefick</title>
<link>http://snipplr.com/view/6416/php-class-mysql-db-class/</link>
<description><![CDATA[ <p>I deleted the old one by accident trying to edit it.</p> ]]></description>
<pubDate>Thu, 22 May 2008 10:25:37 GMT</pubDate>
<guid>http://snipplr.com/view/6416/php-class-mysql-db-class/</guid>
</item>
<item>
<title>(PHP) PHP MySQL Connect - mikegreen</title>
<link>http://snipplr.com/view/6380/php-mysql-connect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 May 2008 10:33:15 GMT</pubDate>
<guid>http://snipplr.com/view/6380/php-mysql-connect/</guid>
</item>
<item>
<title>(PHP) PHP Class: Expand MySQL File - mattkenefick</title>
<link>http://snipplr.com/view/6363/php-class-expand-mysql-file/</link>
<description><![CDATA[ <p>Expands a MySQL / Gzipped file and executes it's queries.</p> ]]></description>
<pubDate>Tue, 20 May 2008 13:24:33 GMT</pubDate>
<guid>http://snipplr.com/view/6363/php-class-expand-mysql-file/</guid>
</item>
<item>
<title>(PHP) PHP version of MYSQL NOW() - TimFletcher</title>
<link>http://snipplr.com/view/6032/php-version-of-mysql-now/</link>
<description><![CDATA[ <p>Gets the present time and date in PHP and formats it for input into a MYSQL database DATETIME field</p> ]]></description>
<pubDate>Mon, 28 Apr 2008 16:24:49 GMT</pubDate>
<guid>http://snipplr.com/view/6032/php-version-of-mysql-now/</guid>
</item>
<item>
<title>(PHP) ConnectBBDD ADODB - estebant</title>
<link>http://snipplr.com/view/5875/connectbbdd-adodb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Apr 2008 18:17:02 GMT</pubDate>
<guid>http://snipplr.com/view/5875/connectbbdd-adodb/</guid>
</item>
<item>
<title>(PHP) PHP connecting and query MySQL DB - mswallace</title>
<link>http://snipplr.com/view/5488/php-connecting-and-query-mysql-db/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Mar 2008 23:13:05 GMT</pubDate>
<guid>http://snipplr.com/view/5488/php-connecting-and-query-mysql-db/</guid>
</item>
<item>
<title>(PHP) MySimple.php - localhorst</title>
<link>http://snipplr.com/view/5440/mysimplephp/</link>
<description><![CDATA[ <p>This simple script can be used to send any query to a MySQL database - useful if you need to quickly access a database without install a full blown manager like PHPMyAdmin.</p> ]]></description>
<pubDate>Sat, 15 Mar 2008 18:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/5440/mysimplephp/</guid>
</item>
<item>
<title>(PHP) simple 24 hour time (MySQL or military) to 12 hour time conversion - jimmayes</title>
<link>http://snipplr.com/view/5205/simple-24-hour-time-mysql-or-military-to-12-hour-time-conversion/</link>
<description><![CDATA[ <p>simple and clean... convert 24 hour format to 12 hour format with PHP native functions.

BTW, works in the other direction too (12 hour to 24 hour)... that's the second line below</p> ]]></description>
<pubDate>Tue, 26 Feb 2008 12:54:32 GMT</pubDate>
<guid>http://snipplr.com/view/5205/simple-24-hour-time-mysql-or-military-to-12-hour-time-conversion/</guid>
</item>
<item>
<title>(PHP) mySQL MIME Table (PHP) - fabian</title>
<link>http://snipplr.com/view/4914/mysql-mime-table-php/</link>
<description><![CDATA[ <p>PHP function that creates a mySQL INSERT statement for mime types. Type are extracted from a text file.</p> ]]></description>
<pubDate>Wed, 06 Feb 2008 04:21:43 GMT</pubDate>
<guid>http://snipplr.com/view/4914/mysql-mime-table-php/</guid>
</item>
<item>
<title>(PHP) MySQL count rows - brent-man</title>
<link>http://snipplr.com/view/4911/mysql-count-rows/</link>
<description><![CDATA[ <p>Only because I have forgotten this code 3 times today...

If there is a better/faster way, please comment.</p> ]]></description>
<pubDate>Tue, 05 Feb 2008 20:39:03 GMT</pubDate>
<guid>http://snipplr.com/view/4911/mysql-count-rows/</guid>
</item>
<item>
<title>(PHP) Remove Duplicate Rows - Abe</title>
<link>http://snipplr.com/view/4819/remove-duplicate-rows/</link>
<description><![CDATA[ <p>$duplicates checks and groups duplicated rows with the same field1 and field2 (like comments maybe) and $limit counts how many times a row is duplicated.</p> ]]></description>
<pubDate>Tue, 29 Jan 2008 12:10:40 GMT</pubDate>
<guid>http://snipplr.com/view/4819/remove-duplicate-rows/</guid>
</item>
<item>
<title>(PHP) MySQL Class Cheat Sheet - Abe</title>
<link>http://snipplr.com/view/4808/mysql-class-cheat-sheet/</link>
<description><![CDATA[ <p>Cheat sheet for the MySQL Databse Class</p> ]]></description>
<pubDate>Mon, 28 Jan 2008 11:59:58 GMT</pubDate>
<guid>http://snipplr.com/view/4808/mysql-class-cheat-sheet/</guid>
</item>
<item>
<title>(PHP) MySQL Version - AgentPhoenix</title>
<link>http://snipplr.com/view/4763/mysql-version/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 10:16:23 GMT</pubDate>
<guid>http://snipplr.com/view/4763/mysql-version/</guid>
</item>
<item>
<title>(PHP) While Loop from MySQL Query - AgentPhoenix</title>
<link>http://snipplr.com/view/4756/while-loop-from-mysql-query/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 09:59:52 GMT</pubDate>
<guid>http://snipplr.com/view/4756/while-loop-from-mysql-query/</guid>
</item>
<item>
<title>(PHP) Simple Data Access Class - ecavazos</title>
<link>http://snipplr.com/view/4715/simple-data-access-class/</link>
<description><![CDATA[ <p>This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.</p> ]]></description>
<pubDate>Mon, 21 Jan 2008 23:40:30 GMT</pubDate>
<guid>http://snipplr.com/view/4715/simple-data-access-class/</guid>
</item>
<item>
<title>(PHP) A-Z Index - coggla</title>
<link>http://snipplr.com/view/4687/az-index/</link>
<description><![CDATA[ <p>Get an A-Z index from MySQL query. Link only letters where there are matches.</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 22:01:55 GMT</pubDate>
<guid>http://snipplr.com/view/4687/az-index/</guid>
</item>
<item>
<title>(PHP) Usefull functions to work with MySQL under PHP5 - LoRd1990</title>
<link>http://snipplr.com/view/4594/usefull-functions-to-work-with-mysql-under-php5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 Jan 2008 09:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/4594/usefull-functions-to-work-with-mysql-under-php5/</guid>
</item>
<item>
<title>(PHP) Enum to Array / SQL to PHP - clapfouine</title>
<link>http://snipplr.com/view/4312/enum-to-array--sql-to-php/</link>
<description><![CDATA[ <p>adapted from http://www.gotocode.com/art.asp?art_id=275&amp;</p> ]]></description>
<pubDate>Wed, 12 Dec 2007 08:35:26 GMT</pubDate>
<guid>http://snipplr.com/view/4312/enum-to-array--sql-to-php/</guid>
</item>
<item>
<title>(PHP) clean user input data ( GET, POST, COOKIE ) - peteypablonz</title>
<link>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</link>
<description><![CDATA[ <p>Created for my own purposes, thought I'd share though ;)

copy paste at the top of your file and it does the magic :)</p> ]]></description>
<pubDate>Wed, 21 Nov 2007 03:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</guid>
</item>
</channel>
</rss>