<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - sorehead</title>
<link>http://snipplr.com/users/sorehead</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 19:24:56 GMT</pubDate>
<item>
<title>(PHP) get os</title>
<link>http://snipplr.com/view/1360/get-os/</link>
<description><![CDATA[ <p>get_os_
For using:
print get_os_($_SERVER['HTTP_USER_AGENT']) */</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:53:20 GMT</pubDate>
<guid>http://snipplr.com/view/1360/get-os/</guid>
</item>
<item>
<title>(PHP) get browser</title>
<link>http://snipplr.com/view/1359/get-browser/</link>
<description><![CDATA[ <p>This function determines visitor browser.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:51:15 GMT</pubDate>
<guid>http://snipplr.com/view/1359/get-browser/</guid>
</item>
<item>
<title>(PHP) Mysql Fetch All</title>
<link>http://snipplr.com/view/1358/mysql-fetch-all/</link>
<description><![CDATA[ <p>Simple but utilitarian function returns a numeric array of associative arrays containing an entire result set.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:49:18 GMT</pubDate>
<guid>http://snipplr.com/view/1358/mysql-fetch-all/</guid>
</item>
<item>
<title>(PHP) Calculate Age</title>
<link>http://snipplr.com/view/1357/calculate-age/</link>
<description><![CDATA[ <p>With this function you can calculate the age of a person

Example:
echo "Age is: " . birthday ("1984-07-05");
Result will be (23 Feb 2005) = "Age is: 20"
calculate years of age (input string: YYYY-MM-DD)</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:38:44 GMT</pubDate>
<guid>http://snipplr.com/view/1357/calculate-age/</guid>
</item>
<item>
<title>(PHP) Smart MySQL Escape Function</title>
<link>http://snipplr.com/view/1355/smart-mysql-escape-function/</link>
<description><![CDATA[ <p>This function first checks to see if PHP is set to automagically quote stuff. If it is, we first strip pre-quoted stuff, then (assuming our text isn't numeric), we properly quote everything.
A good bit of room for improvement here, but at the very least, you should hit this before inserting anything into your database.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:28:12 GMT</pubDate>
<guid>http://snipplr.com/view/1355/smart-mysql-escape-function/</guid>
</item>
<item>
<title>(PHP) Pass variable as hidden</title>
<link>http://snipplr.com/view/1354/pass-variable-as-hidden/</link>
<description><![CDATA[ <p>Pass variable as hidden field
recursively handles array.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:22:48 GMT</pubDate>
<guid>http://snipplr.com/view/1354/pass-variable-as-hidden/</guid>
</item>
<item>
<title>(PHP) Pad Numbers in PHP</title>
<link>http://snipplr.com/view/1353/pad-numbers-in-php/</link>
<description><![CDATA[ <p>ADD 0 to 1!</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:17:04 GMT</pubDate>
<guid>http://snipplr.com/view/1353/pad-numbers-in-php/</guid>
</item>
<item>
<title>(PHP) Loop in PHP Using For (Descending)</title>
<link>http://snipplr.com/view/1352/loop-in-php-using-for-descending/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:13:50 GMT</pubDate>
<guid>http://snipplr.com/view/1352/loop-in-php-using-for-descending/</guid>
</item>
<item>
<title>(PHP) PHP GET and POST variables</title>
<link>http://snipplr.com/view/1351/php-get-and-post-variables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:05:39 GMT</pubDate>
<guid>http://snipplr.com/view/1351/php-get-and-post-variables/</guid>
</item>
<item>
<title>(PHP) Convert string to underscore_name</title>
<link>http://snipplr.com/view/1350/convert-string-to-underscorename/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:04:25 GMT</pubDate>
<guid>http://snipplr.com/view/1350/convert-string-to-underscorename/</guid>
</item>
<item>
<title>(ActionScript) Coding a tween</title>
<link>http://snipplr.com/view/1349/coding-a-tween/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:00:39 GMT</pubDate>
<guid>http://snipplr.com/view/1349/coding-a-tween/</guid>
</item>
</channel>
</rss>