<?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>Dynamic Guru &#187; php</title>
	<atom:link href="http://www.dynamicguru.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicguru.com</link>
	<description>Web design, Web development ,WordPress themes , php &#38; random techy stuff</description>
	<lastBuildDate>Wed, 28 Jul 2010 07:44:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Weather forecast script in php using Google Weather API</title>
		<link>http://www.dynamicguru.com/php/weather-forecast-script-in-php-using-google-weather-api/</link>
		<comments>http://www.dynamicguru.com/php/weather-forecast-script-in-php-using-google-weather-api/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 09:27:43 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=314</guid>
		<description><![CDATA[A few days back , we published an article about currency conversion using Google calculator API and php. Today we are going to show you how to display current weather information and forecast data using php and Google Weather API.
The API is situated at http://www.google.com/ig/api?weather and the callback URL for a specific place looks like ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/weather-forecast-script-in-php-using-google-weather-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Currency conversion using php and Google calculator api</title>
		<link>http://www.dynamicguru.com/php/currency-conversion-using-php-and-google-calculator-api/</link>
		<comments>http://www.dynamicguru.com/php/currency-conversion-using-php-and-google-calculator-api/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:34:33 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[currency conversion]]></category>
		<category><![CDATA[Google calculator API]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=285</guid>
		<description><![CDATA[Google is a wonderful ! While most of us use it for searching the web for information , few are aware that it has an inbuilt calculator which can also be used for converting a currency into another . Doing so is really simple , you just type &#8221; AMOUNT CURRENCY_CONVERTING_FROM in CURRENCY_CONVERTING_TO &#8221; and ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/currency-conversion-using-php-and-google-calculator-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30+ Best Practices for PHP Beginners : Nettuts+</title>
		<link>http://www.dynamicguru.com/php/30-best-practices-for-php-beginners-nettuts/</link>
		<comments>http://www.dynamicguru.com/php/30-best-practices-for-php-beginners-nettuts/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 11:32:38 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php beginner tricks]]></category>
		<category><![CDATA[php best practices]]></category>
		<category><![CDATA[php tricks]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=207</guid>
		<description><![CDATA[Nettuts+ recently published a very nice article summarising &#8220;30+ Best Practices for PHP Beginners&#8221; . The article is a must read for all PHP beginners. Check out the article here :
http://net.tutsplus.com/tutorials/php/30-php-best-practices-for-beginners/
]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/30-best-practices-for-php-beginners-nettuts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to know what keywords visitors Googled to reach your site?</title>
		<link>http://www.dynamicguru.com/php/how-to-know-what-keywords-visitors-googled-to-reach-your-site/</link>
		<comments>http://www.dynamicguru.com/php/how-to-know-what-keywords-visitors-googled-to-reach-your-site/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:15:24 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[google keyword logging using php]]></category>
		<category><![CDATA[google search keyword detection]]></category>
		<category><![CDATA[using parse_url() and parse_str() to know what keywords visitors Googled to reach your site]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=200</guid>
		<description><![CDATA[Here is a simple php script that will detect if your visitor is coming from Google and then log the keyword used to reach your site to a file. The script logs the visitors ip address along with the keyword and exact date and time to a file in the form x.x.x.x googled for &#8220;key ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/how-to-know-what-keywords-visitors-googled-to-reach-your-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sniffing Googlebot using php</title>
		<link>http://www.dynamicguru.com/php/sniffing-googlebot-using-php/</link>
		<comments>http://www.dynamicguru.com/php/sniffing-googlebot-using-php/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:56:20 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[detect googlebot using php]]></category>
		<category><![CDATA[detecting googlebot]]></category>
		<category><![CDATA[googlebot sniffing]]></category>
		<category><![CDATA[googlebot user agent detecting using php]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=195</guid>
		<description><![CDATA[Ever wanted to know when Googlebot (google&#8217;s search engine spider) visits your site? . Googlebot can be sniffed (detected) easily using php. It is identifiable by the &#8220;Googlebot&#8221; string in the HTTP_USER_AGENT field it sends with the headers. Here is a simple function called is_google() which returns TRUE if the visitor is Googlebot, else FALSE.

//The ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/sniffing-googlebot-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parsing &#8220;ini&#8221; configuration files using php</title>
		<link>http://www.dynamicguru.com/php/parsing-ini-configuration-files-using-php/</link>
		<comments>http://www.dynamicguru.com/php/parsing-ini-configuration-files-using-php/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 09:15:44 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[parse_ini_file]]></category>
		<category><![CDATA[parsing ini files in php]]></category>
		<category><![CDATA[php configuration files]]></category>
		<category><![CDATA[settings file using php]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=188</guid>
		<description><![CDATA[
Many times during development involving php, one would want to store some variables as settings. The most common way developers do this is by defining those variables at the beginning of the script. For example, while writing a contact form script, I would like to define a few handy variables first, including admin email, contact ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/parsing-ini-configuration-files-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress &#8211; How to display featured posts in your theme</title>
		<link>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/</link>
		<comments>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 11:10:17 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[how to display featured posts]]></category>
		<category><![CDATA[query_posts()]]></category>
		<category><![CDATA[wordpress theme development tutorial for beginners]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=155</guid>
		<description><![CDATA[<b style="font-weight:normal" >Featured Posts</b> are a key feature of any <b style="font-weight:normal">news/journal wordpress</b> site. It is pretty easy to develop a wordpress theme to <b style="font-weight:normal">display a fixed number of featured posts from a specific category on the homepage</b>. It can be done using the <tt>query_posts()</tt> function of wordpress. Here are few lines of code that display latest 10 posts from the news category , you can edit it to tailor to your needs]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/wordpress-how-to-display-featured-posts-in-your-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to list all registered users on your wordpress site</title>
		<link>http://www.dynamicguru.com/php/how-to-list-all-registered-users-on-your-wordpress-site/</link>
		<comments>http://www.dynamicguru.com/php/how-to-list-all-registered-users-on-your-wordpress-site/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:20:18 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[list all registered users in wordpress]]></category>
		<category><![CDATA[wordpress theme development]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=139</guid>
		<description><![CDATA[The thing i love the most in <b>Wordpress</b> is its ability to power almost any type of site, in this <b>short tutorial</b> we will dive into <b>custom database queries</b> in wordpress using the function <tt>wpdb();</tt> to fetch and display the info of individual registered users on your site]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/how-to-list-all-registered-users-on-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Drive your php code viewers mad! Encode your php script</title>
		<link>http://www.dynamicguru.com/php/drive-your-php-code-viewers-mad-encode-your-php-script/</link>
		<comments>http://www.dynamicguru.com/php/drive-your-php-code-viewers-mad-encode-your-php-script/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:27:55 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[base64_deocde]]></category>
		<category><![CDATA[base64_encode]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[hiding php code]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=88</guid>
		<description><![CDATA[If you are among the ones who give away free self written php scripts to everybody but want some way to stop script kiddies and newbies just copy-pasting and modifying your script or you just dont want code newbies to know the original code then this post is probably for you. The trick is to ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/drive-your-php-code-viewers-mad-encode-your-php-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP contact form script</title>
		<link>http://www.dynamicguru.com/php/php-contact-form-script/</link>
		<comments>http://www.dynamicguru.com/php/php-contact-form-script/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 13:18:56 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[mail form]]></category>
		<category><![CDATA[php contact form]]></category>
		<category><![CDATA[php write to file]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=81</guid>
		<description><![CDATA[The most common use of php on the internet is probably to make Contact Forms or mail forms . Here is a free php contact form script that takes input from 5 fields : name,email,url,subject and message. The script also validates the input and checks to see if the name , email and message fields ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/php/php-contact-form-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
