<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Freedom To Learn ..........</title>
	<atom:link href="http://gaurishpatil.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gaurishpatil.wordpress.com</link>
	<description>Share what you know.....</description>
	<lastBuildDate>Thu, 15 Dec 2011 08:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gaurishpatil.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Freedom To Learn ..........</title>
		<link>http://gaurishpatil.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gaurishpatil.wordpress.com/osd.xml" title="Freedom To Learn .........." />
	<atom:link rel='hub' href='http://gaurishpatil.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Include php file On all the pages of php</title>
		<link>http://gaurishpatil.wordpress.com/2011/12/15/include-php-file-on-all-the-pages-of-php/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/12/15/include-php-file-on-all-the-pages-of-php/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 08:24:59 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=146</guid>
		<description><![CDATA[I need to include a files in all of your site’s pages? Normally, you’d use require() or include(). But do I really want to manually past the include code in every page? This may be at the start of page or end of page. There’s the little known PHP directive auto_prepend_file and auto_append_file. What are PHP directives? They’re essential global PHP settings that are defined [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=146&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/12/15/include-php-file-on-all-the-pages-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP security tips</title>
		<link>http://gaurishpatil.wordpress.com/2011/11/22/php-security-tips/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/11/22/php-security-tips/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 11:21:58 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=139</guid>
		<description><![CDATA[NEVER trust user input User the following validation methods for input. &#60;?php $username = mysql_real_escape_string($_POST['username']); $password = mysql_real_escape_string($_POST['password']); // Query database to check if there are any matching users $query = &#8220;SELECT * FROM users WHERE user=&#8217;$username&#8217; AND   password=&#8217;$password&#8217;&#8221;; mysql_query($query); $variable = htmlentities($_GET['page'], ENT_QUOTES, &#8216;UTF-8&#8242;); // or even more secure $variable = strip_tags($_GET['page']); ?&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=139&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/11/22/php-security-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla1.5 manually add admin user</title>
		<link>http://gaurishpatil.wordpress.com/2011/10/03/joomla1-5-manually-add-admin-user/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/10/03/joomla1-5-manually-add-admin-user/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 10:51:33 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[joomla add admin user]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=122</guid>
		<description><![CDATA[Hi ,&#8230; When we work with joomla site&#8230; we should have the back end access.. i.e.  super-admin access. But we don&#8217;t have that&#8230;. may be client may forgot to give you or given wrong details&#8230; So need to create new one.. or just change the password in database of joomla site. We  faced the situation where client has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=122&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/10/03/joomla1-5-manually-add-admin-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>Doing page redirection in PHP</title>
		<link>http://gaurishpatil.wordpress.com/2011/09/27/doing-page-redirection-in-php/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/09/27/doing-page-redirection-in-php/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 07:19:01 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php header function]]></category>
		<category><![CDATA[php page redirection]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=116</guid>
		<description><![CDATA[Hi, In php header() function is used to redirect page. Syntax:- header(&#8220;Location:newpage.php&#8221;); header() must be used before sending any output either by HTML, blank lines or from PHP. Otherwise error message &#8220;header already sent&#8221; error shown. To overcome this problem, we can use  javascript for doing page redirection as below window.location=&#8221;newpage.php&#8221;; But if the JavaScript is disabled by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=116&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/09/27/doing-page-redirection-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>Users Sharing or Synchronisation between multiple Joomla sites</title>
		<link>http://gaurishpatil.wordpress.com/2011/09/15/users-sharing-or-synchronisation-between-multiple-joomla-sites/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/09/15/users-sharing-or-synchronisation-between-multiple-joomla-sites/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 12:59:31 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=113</guid>
		<description><![CDATA[Hi.. my client have two websites.. he want user of one website can access the other site too.. I have searched on google  .. I found something interesting &#38; useful&#8230; http://forum.joomla.org/viewtopic.php?p=2015114&#38;sid=d5b6fe1ecd7a5fbda2417709d3d85818#p2015114 ******   *** I managed to make two sites work with common user base, I decided to share how it should be done step [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=113&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/09/15/users-sharing-or-synchronisation-between-multiple-joomla-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP function to convert time from one timezone to another</title>
		<link>http://gaurishpatil.wordpress.com/2011/09/14/php-function-to-convert-time-from-one-timezone-to-another/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/09/14/php-function-to-convert-time-from-one-timezone-to-another/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 09:25:16 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=108</guid>
		<description><![CDATA[Hi , I found PHP function which is very useful for time  conversion. I got this from http://truelogic.org/wordpress/2011/05/22/php-function-to-convert-time-from-one-timezone-to-another/ Some applications require finding out what the current time would be in a particular timezone. Another similar requirement would be to convert a given date/time value to a different timezone. PHP has very powerful date handling functions and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=108&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/09/14/php-function-to-convert-time-from-one-timezone-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla offline Site but allow for registered users</title>
		<link>http://gaurishpatil.wordpress.com/2011/06/01/joomla-offline-site-but-allow-for-registered-users/</link>
		<comments>http://gaurishpatil.wordpress.com/2011/06/01/joomla-offline-site-but-allow-for-registered-users/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 05:55:06 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=101</guid>
		<description><![CDATA[When we are developing any new joomla site&#8230; we need to make site offline&#8230;. we can do this site-&#62;global configuration-&#62; Site Settings &#8212;  &#62; Site Offline to yes&#8230; but need to open for registered user&#8230; An override (minor hack) to Joomla 1.5 as follows: In /includes/application.php, change value of default 23 to 18 from: if ($this-&#62;getCfg(&#8216;offline&#8217;) &#38;&#38; $user-&#62;get(&#8216;gid&#8217;) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=101&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2011/06/01/joomla-offline-site-but-allow-for-registered-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change Joomla Admin Folder Name or Path ?</title>
		<link>http://gaurishpatil.wordpress.com/2010/12/14/how-to-change-joomla-admin-folder-name-or-path/</link>
		<comments>http://gaurishpatil.wordpress.com/2010/12/14/how-to-change-joomla-admin-folder-name-or-path/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 09:54:30 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=89</guid>
		<description><![CDATA[Many times people ask me, how you secure your joomla website,specially how to protect your admin side of website.So I think about to change the admin url. By default, every joomla programmer know the default url of admin directory i.e. http://sitename.com/administrator/ . So I want to hide or just don&#8217;t want to give direct access [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=89&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2010/12/14/how-to-change-joomla-admin-folder-name-or-path/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla -redirect non-www URLs to www</title>
		<link>http://gaurishpatil.wordpress.com/2010/12/05/joomla-redirect-non-www-urls-to-www/</link>
		<comments>http://gaurishpatil.wordpress.com/2010/12/05/joomla-redirect-non-www-urls-to-www/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 09:10:28 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=85</guid>
		<description><![CDATA[In order to redirect all of the requests for yourdomain.com to www.yourdomain.com, you should set the appropriate rewrite rule. This can be done by adding the following lines at the beginning of the .htaccess file in your WWW folder: RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] From now on, when someone [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=85&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2010/12/05/joomla-redirect-non-www-urls-to-www/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
		<item>
		<title>How to enable error reporting in php</title>
		<link>http://gaurishpatil.wordpress.com/2010/11/23/how-to-enable-error-reporting-in-php/</link>
		<comments>http://gaurishpatil.wordpress.com/2010/11/23/how-to-enable-error-reporting-in-php/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 06:17:19 +0000</pubDate>
		<dc:creator>gaurishpatil</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://gaurishpatil.wordpress.com/?p=80</guid>
		<description><![CDATA[How to enable error reporting in php This article , I copied from http://qualitypoint.blogspot.com/2009/07/how-to-enable-error-reporting-in-php.html In Shared Web hosting, normally we won&#8217;t be having access to the root folder php.ini file for changing any settings. Some settings can be changed by putting another php.ini in our required folder. In this case the value will be taken from php.ini located in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gaurishpatil.wordpress.com&amp;blog=7279365&amp;post=80&amp;subd=gaurishpatil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gaurishpatil.wordpress.com/2010/11/23/how-to-enable-error-reporting-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ee77a22cf53be5afd6987d83d2998?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gaurishpatil</media:title>
		</media:content>
	</item>
	</channel>
</rss>
