<?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>Gohar Sahi</title>
	<atom:link href="http://goharsahi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://goharsahi.wordpress.com</link>
	<description>All about my views and ideas!!!</description>
	<lastBuildDate>Thu, 06 Sep 2007 13:01:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='goharsahi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/877bfcf085c7430922de743406b944f3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Gohar Sahi</title>
		<link>http://goharsahi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://goharsahi.wordpress.com/osd.xml" title="Gohar Sahi" />
		<item>
		<title>Merge/Join Fields and Rows of Tables in MySQL</title>
		<link>http://goharsahi.wordpress.com/2007/09/05/mergejoin-fields-and-rows-of-tables-in-mysql/</link>
		<comments>http://goharsahi.wordpress.com/2007/09/05/mergejoin-fields-and-rows-of-tables-in-mysql/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 19:07:56 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/09/05/mergejoin-fields-and-rows-of-tables-in-mysql/</guid>
		<description><![CDATA[I was asked the other day by someone about some software that could Join/Merge two tables (fields and rows). I thought it&#8217;d be pretty easy with some MySQL query but couldn&#8217;t find any solution. Then I turned to google in search of any software or any other source that could help me out&#8230; but still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=29&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/09/05/mergejoin-fields-and-rows-of-tables-in-mysql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Filenames to Upper or Lower Case (in bulk) in PHP</title>
		<link>http://goharsahi.wordpress.com/2007/08/30/change-filenames-to-upper-or-lower-case-in-bulk-in-php/</link>
		<comments>http://goharsahi.wordpress.com/2007/08/30/change-filenames-to-upper-or-lower-case-in-bulk-in-php/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 14:37:23 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/08/30/change-filenames-to-upper-or-lower-case-in-bulk-in-php/</guid>
		<description><![CDATA[Atlast I overcame my laziness and wrote a long overdue script to change filenames. Before writing this code, I couldn&#8217;t find a reasonable solution in PHP despite a major search operation. The need, infact, arose when I copied my PHP code from windows to linux machine, and it refused to show alot of images, which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=28&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/08/30/change-filenames-to-upper-or-lower-case-in-bulk-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Fetch Fields (of one row) from a MySQL Table</title>
		<link>http://goharsahi.wordpress.com/2007/08/29/fetch-fields-of-one-row-from-a-mysql-table/</link>
		<comments>http://goharsahi.wordpress.com/2007/08/29/fetch-fields-of-one-row-from-a-mysql-table/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 12:47:32 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/08/29/fetch-fields-of-one-row-from-a-mysql-table/</guid>
		<description><![CDATA[I was sick and tired of writing small queries where I had to retrieve one or few or even all records of one row against an id. E.g. when I had a userid and I had to fetch firstname, lastname and/or email against that id, I had to write a query each time and then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=27&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/08/29/fetch-fields-of-one-row-from-a-mysql-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Sunni vs. Shi&#8217;ites &amp; Stretegic Superiority of Israel??? What is this Bush administration upto?</title>
		<link>http://goharsahi.wordpress.com/2007/08/19/sunni-vs-shiites-stretegic-superiority-of-israel-what-is-this-bush-administration-upto/</link>
		<comments>http://goharsahi.wordpress.com/2007/08/19/sunni-vs-shiites-stretegic-superiority-of-israel-what-is-this-bush-administration-upto/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 00:18:08 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/08/19/sunni-vs-shiites-stretegic-superiority-of-israel-what-is-this-bush-administration-upto-2/</guid>
		<description><![CDATA[
http://www.haaretz.com/hasen/spages/894644.html
U.S. officials have said the package &#8211; which was announced last month and must still be approved by Congress &#8211; is designed to reassure Israel and Sunni Muslim Gulf countries of Washington&#8217;s commitment to the Middle East despite its problems in Iraq. It would also strengthen the Gulf nations in the face of the growing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=24&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/08/19/sunni-vs-shiites-stretegic-superiority-of-israel-what-is-this-bush-administration-upto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculating Age from Date of Birth in MySQL</title>
		<link>http://goharsahi.wordpress.com/2007/08/18/calculating-age-from-date-of-birth-in-mysql/</link>
		<comments>http://goharsahi.wordpress.com/2007/08/18/calculating-age-from-date-of-birth-in-mysql/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 15:13:56 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/08/18/calculating-age-from-date-of-birth-in-mysql/</guid>
		<description><![CDATA[I was doing some experiments the other day with MySQL and wrote some interesting queries to calculate age using MySQL. Here you go.
SELECT DATE_FORMAT(FROM_DAYS(DATEDIFF(NOW(),&#8221;1978-03-28&#8243;)), &#8216;%Y&#8217;)+0 AS age
1:- DATEDIFF(NOW(),&#8221;1978-03-28&#8243;)&#160;&#160;&#160;&#160;&#160; This function DATEDIFF() returns difference of two dates in days, e.g. DATEDIFF(&#8220;1978-04-28&#8243;, &#8220;1978-03-28&#8243;) will return 31 days. So by using NOW() i.e. current date, in the above [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=22&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/08/18/calculating-age-from-date-of-birth-in-mysql/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple User Search in PHP</title>
		<link>http://goharsahi.wordpress.com/2007/08/18/simple-user-search-in-php/</link>
		<comments>http://goharsahi.wordpress.com/2007/08/18/simple-user-search-in-php/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 15:03:05 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/08/18/simple-user-search-in-php/</guid>
		<description><![CDATA[A friend of mine asked me to give him a sample code of some sort for search. He&#8217;s a newbie to PHP. I wrote him a piece of code for convenient search and he was like &#8216;AWSOME!!!&#8217;. I thought it was such a simple script that it took me less than 5 minutes to type.. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=21&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/08/18/simple-user-search-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Who were they? Where have they gone?</title>
		<link>http://goharsahi.wordpress.com/2007/07/19/who-were-they-where-have-they-gone/</link>
		<comments>http://goharsahi.wordpress.com/2007/07/19/who-were-they-where-have-they-gone/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 20:51:19 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/07/19/who-were-they-where-have-they-gone/</guid>
		<description><![CDATA[http://daily.urdupoint.com/todayColumn.php?column_id=3874&#38;page=6&#38;page1=6&#38;writer_id=110&#38;date1=2007-07-16
I literally cried after reading this article. I thank to Almighty Allah that He gave me sufficient enough wisdom to oppose this military action and atleast I&#8217;ll not hold myself culprit that I sided with the govt. And I can not imagine how those ppl would be feeling who had sent messages and calls to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=20&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/07/19/who-were-they-where-have-they-gone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Day At Flying</title>
		<link>http://goharsahi.wordpress.com/2007/01/31/another-day-at-flying-2/</link>
		<comments>http://goharsahi.wordpress.com/2007/01/31/another-day-at-flying-2/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 10:57:59 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[Aero Modelling]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2007/01/31/another-day-at-flying-2/</guid>
		<description><![CDATA[It had been almost a month since we last went for flying, so I was getting kind of desperate. Along came Sunday and I got ready early morning, collected the flying gear and opened to main door to load the gear in my car&#8230;.. and uuuuhhhhhhhhh!!! 
It was dense fog outside. Visibility = 10 meters [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=19&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2007/01/31/another-day-at-flying-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Improved Flying Skills</title>
		<link>http://goharsahi.wordpress.com/2006/12/21/improving-flying-skills/</link>
		<comments>http://goharsahi.wordpress.com/2006/12/21/improving-flying-skills/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 13:24:13 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[Aero Modelling]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2006/12/21/improving-flying-skills/</guid>
		<description><![CDATA[I seem to be getting bored with the trainer plane now. Its become so easy now that I feel like playing a video game. 360s&#8230; rollovers&#8230; mid-air upwards stall&#8230; no big deal now&#8230; atleast with this plane. Although its not made to do a mid-air upwards stall, but still I managed it&#8230; for like 5-6 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=17&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2006/12/21/improving-flying-skills/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>
	</item>
		<item>
		<title>Technical Specifications of Fire Wall &#8211; The RC Plane</title>
		<link>http://goharsahi.wordpress.com/2006/12/21/technical-specifications-of-fire-wall-the-rc-plane/</link>
		<comments>http://goharsahi.wordpress.com/2006/12/21/technical-specifications-of-fire-wall-the-rc-plane/#comments</comments>
		<pubDate>Thu, 21 Dec 2006 09:38:31 +0000</pubDate>
		<dc:creator>goharsahi</dc:creator>
				<category><![CDATA[Aero Modelling]]></category>

		<guid isPermaLink="false">http://goharsahi.wordpress.com/2006/12/21/technical-specifications-of-fire-wall-the-rc-plane/</guid>
		<description><![CDATA[Structure Info


&#160;
&#160;
&#160;


Model Name

:
World Star &#8211; 40F


Wing Span
:
67.0 in / 1700 mm


Wing Area
:
733 sq in / 47.3 sq dm


Flying Weight
:
5.5 &#8211; 6 lbs / 2500 &#8211; 2800 g


Fuselage Length
:
53.0 in / 1350 mm


Engine Required
:
2-stroke 0.40


&#160;
&#160;
4-stroke 0.52


Radio Required
:
4-channel radio w/ 5 servos




Semi-symmetrical airfoil
Detachable stabilizer
Pre-hinged flaps for smoother landing
Top quality balsa and plywood construction




Engine Info


Engine Name
:
ASP XL .46A


Engine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goharsahi.wordpress.com&blog=467481&post=15&subd=goharsahi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://goharsahi.wordpress.com/2006/12/21/technical-specifications-of-fire-wall-the-rc-plane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aa96f16b0e8c34f4efd5a6339ce715b9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Sahi</media:title>
		</media:content>

		<media:content url="http://goharsahi.files.wordpress.com/2006/12/hitec-rcd.gif" medium="image">
			<media:title type="html">Hitec RCD Laser 4</media:title>
		</media:content>
	</item>
	</channel>
</rss>