<?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>ABCoder &#187; PHP</title>
	<atom:link href="http://abcoder.com/topics/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://abcoder.com</link>
	<description>ABCoder - Coding is Simple as A b c</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>UK to MySQL date format</title>
		<link>http://abcoder.com/php/uk-to-mysql-date-format/</link>
		<comments>http://abcoder.com/php/uk-to-mysql-date-format/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:27:45 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[strtotime]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=715</guid>
		<description><![CDATA[UK date format is confusing to US coders. In this post I have explained how to convert a UK date to mysql format in php using strtotime function. This is very useful when you want to save a UK date in database as mysql format.]]></description>
		<wfw:commentRss>http://abcoder.com/php/uk-to-mysql-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Advanced Pagination &#8211; sort by derived field</title>
		<link>http://abcoder.com/php/cakephp/cakephp-advanced-pagination-sort-by-derived-field/</link>
		<comments>http://abcoder.com/php/cakephp/cakephp-advanced-pagination-sort-by-derived-field/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:23:41 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[advance]]></category>
		<category><![CDATA[built-in]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[cake way]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[solve]]></category>
		<category><![CDATA[solved]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=446</guid>
		<description><![CDATA[By default CakePHP's pagination method does not support sort by derived field. But with a very simple and easy fix you can get it working in the cake way! No need of extra new pagination component, just modify the pagination function from the model...]]></description>
		<wfw:commentRss>http://abcoder.com/php/cakephp/cakephp-advanced-pagination-sort-by-derived-field/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>HAVING clause in CakePHP find query</title>
		<link>http://abcoder.com/php/cakephp/having-clause-in-cakephp-find-query/</link>
		<comments>http://abcoder.com/php/cakephp/having-clause-in-cakephp-find-query/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 10:45:42 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[cake way]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[HAVING]]></category>
		<category><![CDATA[ingredients]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=409</guid>
		<description><![CDATA[Is there any way to use HAVING clause in cakephp find() function parameters? I'm not sure, but I did it somehow and it works perfect!]]></description>
		<wfw:commentRss>http://abcoder.com/php/cakephp/having-clause-in-cakephp-find-query/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get Google and Alexa rank of a domain using PHP</title>
		<link>http://abcoder.com/php/get-google-page-rank-and-alexa-rank-of-a-domain-using-php/</link>
		<comments>http://abcoder.com/php/get-google-page-rank-and-alexa-rank-of-a-domain-using-php/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:20:48 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[alexa rank]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[page rank]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=100</guid>
		<description><![CDATA[Find google page rank and alexa rank using php functions. Here is the simple code, free to use/download. Please feel free to share any better idea via comments.]]></description>
		<wfw:commentRss>http://abcoder.com/php/get-google-page-rank-and-alexa-rank-of-a-domain-using-php/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Problem with resizing corrupted images using PHP image functions</title>
		<link>http://abcoder.com/php/problem-with-resizing-corrupted-images-using-php-image-functions/</link>
		<comments>http://abcoder.com/php/problem-with-resizing-corrupted-images-using-php-image-functions/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 05:51:59 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[corrupted]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[phpThumb]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[using]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=51</guid>
		<description><![CDATA[PHP image functions can not resize corrupted image files. Use phpThumb for resizing images and you'll save a lot of time. Please read the full article for source code. Thanks again to phpThumb for their great effort!]]></description>
		<wfw:commentRss>http://abcoder.com/php/problem-with-resizing-corrupted-images-using-php-image-functions/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How to get currently logged on windows username in PHP and Javascript</title>
		<link>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/</link>
		<comments>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:51:56 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[get currently logged on windows username]]></category>
		<category><![CDATA[get user]]></category>
		<category><![CDATA[get windows user name using javascript]]></category>
		<category><![CDATA[pull username]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[VBscript]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows system variable]]></category>
		<category><![CDATA[windows username]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=23</guid>
		<description><![CDATA[Get current windows username in php and javascript! Is that possible?]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/how-to-get-currently-logged-on-windows-username-in-php-javascript/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Simplify your query easily</title>
		<link>http://abcoder.com/php/simplify-your-query-easily/</link>
		<comments>http://abcoder.com/php/simplify-your-query-easily/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 18:42:16 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[easy sql query simplifier function]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[simple insert update query]]></category>
		<category><![CDATA[simplify query]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=22</guid>
		<description><![CDATA[Simplify your long insert and update mysql queries using this simple php function. Just keep the input fields name same as the field names of database table and this function will automatically generate the insert or update query. It is so simple to use. Download the code completely free.]]></description>
		<wfw:commentRss>http://abcoder.com/php/simplify-your-query-easily/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flickr Uploader Clone: Free Download with source code</title>
		<link>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/</link>
		<comments>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 18:13:44 +0000</pubDate>
		<dc:creator>adnan</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Core JavaScript]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[flash uploader]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr Uploader]]></category>
		<category><![CDATA[Javascript uploader with progress bar]]></category>
		<category><![CDATA[Uploader]]></category>

		<guid isPermaLink="false">http://abcoder.com/?p=18</guid>
		<description><![CDATA[Flickr Uploader clone for free using javascript and flash. PHP is used for server side. Download if for completely free in one zip file.]]></description>
		<wfw:commentRss>http://abcoder.com/javascript/flickr-uploader-clone-free-download-with-source-code/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

