<?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>Dedication to DIY and programming &#187; PHP Tips &amp; Tricks</title>
	<atom:link href="http://stuff.nekhbet.ro/category/php-tips-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://stuff.nekhbet.ro</link>
	<description>A website containing DIY projects and programming tips &#38; tricks.</description>
	<lastBuildDate>Mon, 16 Jan 2012 07:57:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Calculate the approximate time passed since an event</title>
		<link>http://stuff.nekhbet.ro/2012/01/15/php-function-to-calculate-the-approximate-time-passed-since-an-event.html</link>
		<comments>http://stuff.nekhbet.ro/2012/01/15/php-function-to-calculate-the-approximate-time-passed-since-an-event.html#comments</comments>
		<pubDate>Sun, 15 Jan 2012 21:39:24 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=344</guid>
		<description><![CDATA[Usually, on the comments/articles section you need a function to calculate the aproximate time that passed since an event. For example .. on a user profile page you write the last time when the user logged in : 2 days &#8230; <a href="http://stuff.nekhbet.ro/2012/01/15/php-function-to-calculate-the-approximate-time-passed-since-an-event.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2012/01/15/php-function-to-calculate-the-approximate-time-passed-since-an-event.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get coordinates for a given address using PHP</title>
		<link>http://stuff.nekhbet.ro/2008/12/12/how-to-get-coordinates-for-a-given-address-using-php.html</link>
		<comments>http://stuff.nekhbet.ro/2008/12/12/how-to-get-coordinates-for-a-given-address-using-php.html#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:14:28 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=147</guid>
		<description><![CDATA[During my work on a Danish website I needed to find a way to put on a map a list of Danish restaurants using only their real address (region,city,street,street number) so I start searching for the best solution to convert &#8230; <a href="http://stuff.nekhbet.ro/2008/12/12/how-to-get-coordinates-for-a-given-address-using-php.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2008/12/12/how-to-get-coordinates-for-a-given-address-using-php.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Protect your data from user input</title>
		<link>http://stuff.nekhbet.ro/2007/12/09/protect-your-data-from-user-input.html</link>
		<comments>http://stuff.nekhbet.ro/2007/12/09/protect-your-data-from-user-input.html#comments</comments>
		<pubDate>Sun, 09 Dec 2007 10:27:47 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2007/12/09/protect-your-data-from-user-input.html</guid>
		<description><![CDATA[I came to a point where I needed to filter the user input (not just tell the user something like : &#8220;The username isn&#8217;t in the right format&#8221; or &#8220;Please choose a valid name for your username&#8221;), I mean let &#8230; <a href="http://stuff.nekhbet.ro/2007/12/09/protect-your-data-from-user-input.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2007/12/09/protect-your-data-from-user-input.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrange an array by the first letter</title>
		<link>http://stuff.nekhbet.ro/2007/12/08/arrange-an-array-by-the-first-letter.html</link>
		<comments>http://stuff.nekhbet.ro/2007/12/08/arrange-an-array-by-the-first-letter.html#comments</comments>
		<pubDate>Sat, 08 Dec 2007 16:53:48 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2007/12/08/arrange-an-array-by-the-first-letter.html</guid>
		<description><![CDATA[Long time, no post Here is a small PHP tips&#038;tricks post : we have an array full of values, let&#8217;s say a country list (in this example the list is limited, we don&#8217;t want to see 190+ values). PHP [Show &#8230; <a href="http://stuff.nekhbet.ro/2007/12/08/arrange-an-array-by-the-first-letter.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2007/12/08/arrange-an-array-by-the-first-letter.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to do a simple tracking script for your links/ads in PHP</title>
		<link>http://stuff.nekhbet.ro/2007/02/03/how-do-to-a-simple-tracking-script-for-your-linksads-in-php.html</link>
		<comments>http://stuff.nekhbet.ro/2007/02/03/how-do-to-a-simple-tracking-script-for-your-linksads-in-php.html#comments</comments>
		<pubDate>Sat, 03 Feb 2007 13:42:52 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2007/02/03/how-do-to-a-simple-tracking-script-for-your-linksads-in-php.html</guid>
		<description><![CDATA[Have you ever wanted to track how many people clicked an ad/image/link on your web page? If yes then sit down and read this tutorial So let&#8217;s start &#8230; What do we need? A script that will take as input &#8230; <a href="http://stuff.nekhbet.ro/2007/02/03/how-do-to-a-simple-tracking-script-for-your-linksads-in-php.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2007/02/03/how-do-to-a-simple-tracking-script-for-your-linksads-in-php.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to force a file download</title>
		<link>http://stuff.nekhbet.ro/2007/01/17/how-to-force-a-file-download.html</link>
		<comments>http://stuff.nekhbet.ro/2007/01/17/how-to-force-a-file-download.html#comments</comments>
		<pubDate>Wed, 17 Jan 2007 15:02:41 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2007/01/17/how-to-force-a-file-download.html</guid>
		<description><![CDATA[I&#8217;m working on a big script for Greg, a client of mine. He needed a way so the user can download an image without using the common method (right click on the image and then &#8216;Save image as&#8217;) but using &#8230; <a href="http://stuff.nekhbet.ro/2007/01/17/how-to-force-a-file-download.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2007/01/17/how-to-force-a-file-download.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to validate an UK (United Kingdom) Post Code</title>
		<link>http://stuff.nekhbet.ro/2006/09/14/how-to-validate-an-uk-united-kingdom-post-code.html</link>
		<comments>http://stuff.nekhbet.ro/2006/09/14/how-to-validate-an-uk-united-kingdom-post-code.html#comments</comments>
		<pubDate>Thu, 14 Sep 2006 20:57:00 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2006/09/14/how-to-validate-an-uk-united-kingdom-post-code.html</guid>
		<description><![CDATA[I had a client, David, from UK and he asked me to build him a user management script so I accepted the job. When it came to validation I was, at first, intrigued by their post code system (here,in my &#8230; <a href="http://stuff.nekhbet.ro/2006/09/14/how-to-validate-an-uk-united-kingdom-post-code.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2006/09/14/how-to-validate-an-uk-united-kingdom-post-code.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to validate an e-mail address</title>
		<link>http://stuff.nekhbet.ro/2006/06/15/how-to-validate-an-e-mail-address.html</link>
		<comments>http://stuff.nekhbet.ro/2006/06/15/how-to-validate-an-e-mail-address.html#comments</comments>
		<pubDate>Thu, 15 Jun 2006 14:53:11 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[PHP Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2006/06/15/how-to-validate-an-e-mail-address.html</guid>
		<description><![CDATA[This is my first tutorial for PHP I wrote it because at almost any project this is a &#8220;must have&#8221; function. The function is very very simple, it receive as a parameter an e-mail address and it returns the result &#8230; <a href="http://stuff.nekhbet.ro/2006/06/15/how-to-validate-an-e-mail-address.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2006/06/15/how-to-validate-an-e-mail-address.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/38 queries in 0.031 seconds using disk: basic
Object Caching 563/635 objects using disk: basic

Served from: stuff.nekhbet.ro @ 2012-05-20 08:36:45 -->
