<?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>Webkoof &#187; PHP</title> <atom:link href="http://webkoof.com/category/php/feed/" rel="self" type="application/rss+xml" /><link>http://webkoof.com</link> <description>Relax, its only ONES and ZEROS !</description> <lastBuildDate>Thu, 05 Jan 2012 05:55:21 +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>Setup IP to city/country detection using geoIP in php</title><link>http://webkoof.com/2011/11/07/setup-ip-to-citycountry-detection-using-geoip-in-php/</link> <comments>http://webkoof.com/2011/11/07/setup-ip-to-citycountry-detection-using-geoip-in-php/#comments</comments> <pubDate>Mon, 07 Nov 2011 11:58:11 +0000</pubDate> <dc:creator>Vikash</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[geoip]]></category> <category><![CDATA[ip to location]]></category> <category><![CDATA[location detection]]></category> <category><![CDATA[maxmind]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://webkoof.com/?p=283</guid> <description><![CDATA[Following instructions are for apache on ubuntu. # Install GeoIP module for php5 sudo apt-get install php5-geoip &#160; # Restart Apache sudo /etc/init.d/apache2 restart &#160; # Now, the country wide data is automatically installed with geoIP module. # But, if we want to have it at city level - we need to download the data. [...]]]></description> <wfw:commentRss>http://webkoof.com/2011/11/07/setup-ip-to-citycountry-detection-using-geoip-in-php/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to write a tiny URL service using Redis, PHP and Apache</title><link>http://webkoof.com/2010/12/22/tiny-url-service-using-redis-php-and-apache/</link> <comments>http://webkoof.com/2010/12/22/tiny-url-service-using-redis-php-and-apache/#comments</comments> <pubDate>Wed, 22 Dec 2010 18:25:00 +0000</pubDate> <dc:creator>Vikash</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[redis]]></category> <category><![CDATA[tiny URL]]></category> <guid
isPermaLink="false">http://webkoof.com/?p=176</guid> <description><![CDATA[There are so many tiny URL services out there. But, sometimes using those may not be suitable for your particular purpose for some reason. I faced a similar situation and came out with a decent solution using Redis (Thanks to @antirez for this brilliant key-value store), PHP and Apache. I used Predis, PHP client library [...]]]></description> <wfw:commentRss>http://webkoof.com/2010/12/22/tiny-url-service-using-redis-php-and-apache/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Write an SMS Application &#8211; 2</title><link>http://webkoof.com/2009/03/11/write-an-sms-application-2/</link> <comments>http://webkoof.com/2009/03/11/write-an-sms-application-2/#comments</comments> <pubDate>Wed, 11 Mar 2009 09:45:16 +0000</pubDate> <dc:creator>Vikash</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[SMS]]></category> <category><![CDATA[api]]></category> <category><![CDATA[json]]></category> <category><![CDATA[smsgupshup]]></category> <category><![CDATA[xml]]></category> <guid
isPermaLink="false">http://webkoof.com/?p=58</guid> <description><![CDATA[If you have not read first part of &#8220;Write an SMS Application&#8221;, read it here. Continuing from next time, let&#8217;s assume that we registered a keyword &#8216;QUOTE&#8217;. It means that any message which starts with QUOTE (or quote or QuOtE) and sent to 56767888 will call our AppURL http://webkoof.com/quote.php. This is how it will exactly [...]]]></description> <wfw:commentRss>http://webkoof.com/2009/03/11/write-an-sms-application-2/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Write an SMS Application &#8211; 1</title><link>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/</link> <comments>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/#comments</comments> <pubDate>Tue, 10 Mar 2009 22:21:06 +0000</pubDate> <dc:creator>Vikash</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[SMS]]></category> <category><![CDATA[api]]></category> <category><![CDATA[json]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[smsgupshup]]></category> <category><![CDATA[xml]]></category> <guid
isPermaLink="false">http://webkoof.com/?p=48</guid> <description><![CDATA[We encounter SMS application on a daily basis. Voting on reality shows, opinion polls on newspaper or your daily horoscope on SMS &#8211; everything is an SMS Application (or as we lazy developers call it &#8211; SMS App). Just until few months back, it was very difficult for a novice programmer to write an SMS [...]]]></description> <wfw:commentRss>http://webkoof.com/2009/03/10/how-to-write-an-sms-app/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
