<?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>Sakshay PHP MySQL Blog - PHP MySQL Open Source Solutions Latest Updates &#187; PHP</title>
	<atom:link href="http://www.sakshay.in/blog/php_mysql/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sakshay.in/blog</link>
	<description>We Shape Your Idea.....</description>
	<lastBuildDate>Sun, 25 Apr 2010 05:16:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Parse and display data from a CSV file</title>
		<link>http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file</link>
		<comments>http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Solutions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[csv parse]]></category>

		<guid isPermaLink="false">http://www.sakshay.in/blog/?p=37</guid>
		<description><![CDATA[Many a times while building ecommerce, directory or other database oriented web applications, it is required to upload the data in a csv file to the database rather than having to manually enter every single record. In such cases, you need to be able to parse the data from the CSV file.
For this, you can [...]]]></description>
			<content:encoded><![CDATA[<p>Many a times while building ecommerce, directory or other database oriented web applications, it is required to upload the data in a csv file to the database rather than having to manually enter every single record. In such cases, you need to be able to parse the data from the CSV file.</p>
<p>For this, you can either use the PHP class that can parse and display data from a CSV file. (<a rel="nofollow" href="http://www.phpclasses.org/browse/package/4122.html" target="_blank">Click here for the Link</a>)</p>
<p>Or you could just use the PHP function fgetcsv (<a rel="nofollow" href="http://uk2.php.net/fgetcsv" target="_blank">Click here for the Link</a>)</p>
<p>Basically, it opens and parses the lines of a provided CSV file. The data is then stored in an array class variable.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark this Post:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Del.icio.us"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Parse and display data from a CSV file' to Del.icio.us" alt="Add 'Parse and display data from a CSV file' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to digg"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Parse and display data from a CSV file' to digg" alt="Add 'Parse and display data from a CSV file' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Parse+and+display+data+from+a+CSV+file&amp;u=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to FURL"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Parse and display data from a CSV file' to FURL" alt="Add 'Parse and display data from a CSV file' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Parse+and+display+data+from+a+CSV+file&amp;Description=Parse+and+display+data+from+a+CSV+file&amp;Url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to blinklist"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'Parse and display data from a CSV file' to blinklist" alt="Add 'Parse and display data from a CSV file' to blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to reddit"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Parse and display data from a CSV file' to reddit" alt="Add 'Parse and display data from a CSV file' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Parse+and+display+data+from+a+CSV+file&amp;url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;version=0.7" title="Add 'Parse and display data from a CSV file' to Feed Me Links"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Parse and display data from a CSV file' to Feed Me Links" alt="Add 'Parse and display data from a CSV file' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Technorati"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Parse and display data from a CSV file' to Technorati" alt="Add 'Parse and display data from a CSV file' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Stumble Upon"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Parse and display data from a CSV file' to Stumble Upon" alt="Add 'Parse and display data from a CSV file' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Google Bookmarks"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Parse and display data from a CSV file' to Google Bookmarks" alt="Add 'Parse and display data from a CSV file' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Bloglines"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Parse and display data from a CSV file' to Bloglines" alt="Add 'Parse and display data from a CSV file' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;T=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Netscape"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/netscape.gif" title="Add 'Parse and display data from a CSV file' to Netscape" alt="Add 'Parse and display data from a CSV file' to Netscape" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Bookmark.it"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Parse and display data from a CSV file' to Bookmark.it" alt="Add 'Parse and display data from a CSV file' to Bookmark.it" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Parse+and+display+data+from+a+CSV+file&amp;url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Ask"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Parse and display data from a CSV file' to Ask" alt="Add 'Parse and display data from a CSV file' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Live-MSN"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Parse and display data from a CSV file' to Live-MSN" alt="Add 'Parse and display data from a CSV file' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Parse+and+display+data+from+a+CSV+file&amp;url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to SlashDot"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Parse and display data from a CSV file' to SlashDot" alt="Add 'Parse and display data from a CSV file' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Sphinn"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Parse and display data from a CSV file' to Sphinn" alt="Add 'Parse and display data from a CSV file' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;t=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to FaceBook"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Parse and display data from a CSV file' to FaceBook" alt="Add 'Parse and display data from a CSV file' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogmemes.com/post.php?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to Blogmemes"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogmemes.png" title="Add 'Parse and display data from a CSV file' to Blogmemes" alt="Add 'Parse and display data from a CSV file' to Blogmemes" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogsvine.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Blogsvine"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogsvine.png" title="Add 'Parse and display data from a CSV file' to Blogsvine" alt="Add 'Parse and display data from a CSV file' to Blogsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Parse+and+display+data+from+a+CSV+file&amp;c=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to MySpace"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Parse and display data from a CSV file' to MySpace" alt="Add 'Parse and display data from a CSV file' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.indianpad.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file&amp;title=Parse+and+display+data+from+a+CSV+file" title="Add 'Parse and display data from a CSV file' to IndianPad"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/indianpad.png" title="Add 'Parse and display data from a CSV file' to IndianPad" alt="Add 'Parse and display data from a CSV file' to IndianPad" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file" title="Add 'Parse and display data from a CSV file' to Twitter"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Parse and display data from a CSV file' to Twitter" alt="Add 'Parse and display data from a CSV file' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Parse and display data from a CSV file' to Social Bookmarking Reloaded"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Parse and display data from a CSV file' to Social Bookmarking Reloaded" alt="Add 'Parse and display data from a CSV file' to Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.sakshay.in/blog/php_mysql/parse-and-display-data-from-a-csv-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OrderMotion Integration</title>
		<link>http://www.sakshay.in/blog/php_mysql/ordermotion-integration</link>
		<comments>http://www.sakshay.in/blog/php_mysql/ordermotion-integration#comments</comments>
		<pubDate>Fri, 10 Apr 2009 14:58:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ordermotion]]></category>

		<guid isPermaLink="false">http://www.sakshay.in/blog/?p=26</guid>
		<description><![CDATA[Our SSecom Ecommerce Suite is fully compatible with OrderMotion! Moreover, we are experts with OrderMotion API integration with any PHP ecommerce suites or shopping cart.
OrderMotion delivers an on-demand direct retail platform that enables merchants to achieve unprecedented growth. By automating back-office operations, OrderMotion allows multi-channel merchants to focus on running and growing their businesses.
This award-winning [...]]]></description>
			<content:encoded><![CDATA[<p>Our SSecom Ecommerce Suite is fully compatible with OrderMotion! Moreover, we are experts with OrderMotion API integration with any PHP ecommerce suites or shopping cart.</p>
<p>OrderMotion delivers an on-demand direct retail platform that enables merchants to achieve unprecedented growth. By automating back-office operations, OrderMotion allows multi-channel merchants to focus on running and growing their businesses.</p>
<p>This award-winning application features an intuitive user interface that has contributed to the rapid growth of known brands including Ronco, Zabar’s, Wolfgang Puck and Goldspeed.com—and is the backbone of thousands of retail businesses that will become tomorrow’s name brands.</p>
<p>If you are looking for OrderMotion API integration with ecommerce solution, please <a href="http://www.sakshay.in/contact-us.html">contact us</a> or <a href="http://www.sakshay.in/support/request-a-quote.html">request for quote</a>.</p>
<p><strong>ABOUT SSecom</strong></p>
<p>SSecom is an extremely powerful php shopping cart and web site builder application. Designed from a marketing perspective, this ecommerce application is feature-packed, robust, scalable and easy to use. SSecom is the clear choice for serious merchants focused on rapidly and cost effectively deploying, managing and growing a successful web-based business.</p>
<p><a href="http://www.sakshay.in/products/ssecom-ecommerce/ecommerce-features.html">View the complete set of features SSecom has to offer »</a></p>
<p>Unlike most other shopping cart software providers, SSecom is in constant development&#8230; always expanding and upgrading. It&#8217;s the reason why we&#8217;re the fastest growing e-commerce solution available. SSecom provides you with an unrivaled toolkit &#8211; from promotion and marketing, storefront design, order processing, shipping options, statistics &amp; reporting, and product management &#8211; we are simply unrivaled in the industry.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark this Post:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Del.icio.us"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'OrderMotion Integration' to Del.icio.us" alt="Add 'OrderMotion Integration' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to digg"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'OrderMotion Integration' to digg" alt="Add 'OrderMotion Integration' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=OrderMotion+Integration&amp;u=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to FURL"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'OrderMotion Integration' to FURL" alt="Add 'OrderMotion Integration' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=OrderMotion+Integration&amp;Description=OrderMotion+Integration&amp;Url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to blinklist"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'OrderMotion Integration' to blinklist" alt="Add 'OrderMotion Integration' to blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to reddit"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'OrderMotion Integration' to reddit" alt="Add 'OrderMotion Integration' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=OrderMotion+Integration&amp;url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;version=0.7" title="Add 'OrderMotion Integration' to Feed Me Links"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'OrderMotion Integration' to Feed Me Links" alt="Add 'OrderMotion Integration' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Technorati"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'OrderMotion Integration' to Technorati" alt="Add 'OrderMotion Integration' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Stumble Upon"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'OrderMotion Integration' to Stumble Upon" alt="Add 'OrderMotion Integration' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Google Bookmarks"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'OrderMotion Integration' to Google Bookmarks" alt="Add 'OrderMotion Integration' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Bloglines"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'OrderMotion Integration' to Bloglines" alt="Add 'OrderMotion Integration' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;T=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Netscape"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/netscape.gif" title="Add 'OrderMotion Integration' to Netscape" alt="Add 'OrderMotion Integration' to Netscape" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Bookmark.it"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'OrderMotion Integration' to Bookmark.it" alt="Add 'OrderMotion Integration' to Bookmark.it" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=OrderMotion+Integration&amp;url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Ask"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'OrderMotion Integration' to Ask" alt="Add 'OrderMotion Integration' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Live-MSN"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'OrderMotion Integration' to Live-MSN" alt="Add 'OrderMotion Integration' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=OrderMotion+Integration&amp;url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to SlashDot"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'OrderMotion Integration' to SlashDot" alt="Add 'OrderMotion Integration' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Sphinn"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'OrderMotion Integration' to Sphinn" alt="Add 'OrderMotion Integration' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;t=OrderMotion+Integration" title="Add 'OrderMotion Integration' to FaceBook"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'OrderMotion Integration' to FaceBook" alt="Add 'OrderMotion Integration' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogmemes.com/post.php?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to Blogmemes"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogmemes.png" title="Add 'OrderMotion Integration' to Blogmemes" alt="Add 'OrderMotion Integration' to Blogmemes" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogsvine.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Blogsvine"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogsvine.png" title="Add 'OrderMotion Integration' to Blogsvine" alt="Add 'OrderMotion Integration' to Blogsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=OrderMotion+Integration&amp;c=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to MySpace"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'OrderMotion Integration' to MySpace" alt="Add 'OrderMotion Integration' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.indianpad.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/ordermotion-integration&amp;title=OrderMotion+Integration" title="Add 'OrderMotion Integration' to IndianPad"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/indianpad.png" title="Add 'OrderMotion Integration' to IndianPad" alt="Add 'OrderMotion Integration' to IndianPad" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.sakshay.in/blog/php_mysql/ordermotion-integration" title="Add 'OrderMotion Integration' to Twitter"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'OrderMotion Integration' to Twitter" alt="Add 'OrderMotion Integration' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'OrderMotion Integration' to Social Bookmarking Reloaded"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'OrderMotion Integration' to Social Bookmarking Reloaded" alt="Add 'OrderMotion Integration' to Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.sakshay.in/blog/php_mysql/ordermotion-integration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Web Platform- friendly with PHP</title>
		<link>http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php</link>
		<comments>http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php#comments</comments>
		<pubDate>Wed, 08 Apr 2009 09:12:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[fastCGI]]></category>
		<category><![CDATA[PHP with windows]]></category>

		<guid isPermaLink="false">http://www.sakshay.in/blog/?p=21</guid>
		<description><![CDATA[Microsoft has released the Microsoft Web Platform which is an interoperable Platform that combines a rich and powerful web application framework with a supporting cast of tools, servers, and technologies including a complete eco-system of products, technologies, communities, and partners.
Make Web, Not War.
With this title, Microsoft presented the release of Microsoft Web Platform. It has [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released the Microsoft Web Platform which is an interoperable Platform that combines a rich and powerful web application framework with a supporting cast of tools, servers, and technologies including a complete eco-system of products, technologies, communities, and partners.</p>
<p>Make Web, Not War.</p>
<p>With this title, Microsoft presented the release of Microsoft Web Platform. It has now optimized Windows Server to support PHP applications through a new component: FastCGI. FastCGI works as an interface between PHP engine and IIS, and it ensures that PHP runs much faster than with CGI and way more reliable than PHP ISAPI. It also allows users to download PHP and even install a bunch of PHP applications, such as <a href="http://www.sakshay.in/services/content-management/drupal-solutions.html">Drupal</a> and phpBB. Finally, Microsoft has started identifying PHP as a viable alternative to .Net. Trully, Meet the Happy Family. For more on this platform, visit http://www.microsoft.com/web/platform.</p>
<p>Undoubtedly, PHP is the most pervasive Web development language in the world, spanning tens of millions of Web sites and millions of developers. Not just small to medium scale applications but PHP has enabled large scale, high quality sites like Facebook and Wikipedia to deliver critical and enormously-loaded applications.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark this Post:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Del.icio.us"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Del.icio.us" alt="Add 'Microsoft Web Platform- friendly with PHP' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to digg"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Microsoft Web Platform- friendly with PHP' to digg" alt="Add 'Microsoft Web Platform- friendly with PHP' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Microsoft+Web+Platform-+friendly+with+PHP&amp;u=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to FURL"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Microsoft Web Platform- friendly with PHP' to FURL" alt="Add 'Microsoft Web Platform- friendly with PHP' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Microsoft+Web+Platform-+friendly+with+PHP&amp;Description=Microsoft+Web+Platform-+friendly+with+PHP&amp;Url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to blinklist"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'Microsoft Web Platform- friendly with PHP' to blinklist" alt="Add 'Microsoft Web Platform- friendly with PHP' to blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to reddit"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Microsoft Web Platform- friendly with PHP' to reddit" alt="Add 'Microsoft Web Platform- friendly with PHP' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Microsoft+Web+Platform-+friendly+with+PHP&amp;url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;version=0.7" title="Add 'Microsoft Web Platform- friendly with PHP' to Feed Me Links"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Feed Me Links" alt="Add 'Microsoft Web Platform- friendly with PHP' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Technorati"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Technorati" alt="Add 'Microsoft Web Platform- friendly with PHP' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Stumble Upon"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Stumble Upon" alt="Add 'Microsoft Web Platform- friendly with PHP' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Google Bookmarks"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Google Bookmarks" alt="Add 'Microsoft Web Platform- friendly with PHP' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Bloglines"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Bloglines" alt="Add 'Microsoft Web Platform- friendly with PHP' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;T=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Netscape"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/netscape.gif" title="Add 'Microsoft Web Platform- friendly with PHP' to Netscape" alt="Add 'Microsoft Web Platform- friendly with PHP' to Netscape" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Bookmark.it"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Bookmark.it" alt="Add 'Microsoft Web Platform- friendly with PHP' to Bookmark.it" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Microsoft+Web+Platform-+friendly+with+PHP&amp;url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Ask"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Ask" alt="Add 'Microsoft Web Platform- friendly with PHP' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Live-MSN"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Live-MSN" alt="Add 'Microsoft Web Platform- friendly with PHP' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Microsoft+Web+Platform-+friendly+with+PHP&amp;url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to SlashDot"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Microsoft Web Platform- friendly with PHP' to SlashDot" alt="Add 'Microsoft Web Platform- friendly with PHP' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Sphinn"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Sphinn" alt="Add 'Microsoft Web Platform- friendly with PHP' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;t=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to FaceBook"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Microsoft Web Platform- friendly with PHP' to FaceBook" alt="Add 'Microsoft Web Platform- friendly with PHP' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogmemes.com/post.php?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to Blogmemes"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogmemes.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Blogmemes" alt="Add 'Microsoft Web Platform- friendly with PHP' to Blogmemes" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogsvine.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Blogsvine"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogsvine.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Blogsvine" alt="Add 'Microsoft Web Platform- friendly with PHP' to Blogsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Microsoft+Web+Platform-+friendly+with+PHP&amp;c=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to MySpace"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'Microsoft Web Platform- friendly with PHP' to MySpace" alt="Add 'Microsoft Web Platform- friendly with PHP' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.indianpad.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php&amp;title=Microsoft+Web+Platform-+friendly+with+PHP" title="Add 'Microsoft Web Platform- friendly with PHP' to IndianPad"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/indianpad.png" title="Add 'Microsoft Web Platform- friendly with PHP' to IndianPad" alt="Add 'Microsoft Web Platform- friendly with PHP' to IndianPad" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php" title="Add 'Microsoft Web Platform- friendly with PHP' to Twitter"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Twitter" alt="Add 'Microsoft Web Platform- friendly with PHP' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'Microsoft Web Platform- friendly with PHP' to Social Bookmarking Reloaded"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'Microsoft Web Platform- friendly with PHP' to Social Bookmarking Reloaded" alt="Add 'Microsoft Web Platform- friendly with PHP' to Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.sakshay.in/blog/php_mysql/microsoft-web-platform-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 redirect (permanent redirection)</title>
		<link>http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection</link>
		<comments>http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection#comments</comments>
		<pubDate>Thu, 13 Sep 2007 05:03:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirect to www]]></category>

		<guid isPermaLink="false">http://sakshay.in/blog/archives/301-redirect-permanent-redirection</guid>
		<description><![CDATA[If you are planning to redirect your site page or main site to some other urls, 301 redirect method is the choice as it is easy to implement and is very search engine friendly. I am penning down few methods for setting up 301 redirect on linux servers using .htaccess. The pre-condition here is that [...]]]></description>
			<content:encoded><![CDATA[<p>If you are planning to redirect your site page or main site to some other urls, 301 redirect method is the choice as it is easy to implement and is very search engine friendly. I am penning down few methods for setting up 301 redirect on linux servers using .htaccess. The pre-condition here is that the Apache Mod-Rewrite module should be enabled.</p>
<p><strong>Redirect to www (htaccess redirect)</strong></p>
<p class="defaultfont" align="justify">This method is applicable if you want all requests coming in to domain.com should get redirected to www.domain.com. For example if the site www.sakshay.in is being accessible by both http://sakshay.in and http://www.sakshay.in, the search engine will see this as two separate urls and may mark one as duplicate content. So this method shall redirect the url http://sakshay.in and all pages to http://www.sakshay.in.</p>
<p class="defaultfont" align="justify">The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)</p>
<p class="defaultfont" align="justify"> Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^domainname.com [nc]<br />
rewriterule ^(.*)$ http://www.domainname.com/$1 [r=301,nc]</p>
<p class="defaultfont" align="justify"> Please REPLACE domainname.com and www.newdomainname.com with your actual domain name.</p>
<p class="defaultfont" align="justify">Again this method requires Apache Mod-Rewrite module should be enabled on the server for the domain.</p>
<p class="defaultfont" align="justify">&nbsp;</p>
<p class="defaultfont" align="justify"><strong>Redirect Old domain to New domain (htaccess redirect)</strong></p>
<p class="defaultfont" align="justify">This method is applicable if you want that all your directories and pages of your old domain should get correctly redirected to your new domain. Again this method shall prevent from marking the pages as duplicate content by search engines.<br />
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)</p>
<p class="defaultfont" align="justify"> Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://www.newdomainname.com/$1 [R=301,L]</p>
<p class="defaultfont" align="justify"> Please REPLACE www.newdomainname.com in the above code with your actual domain name.</p>
<p>This would take care of the all the old links to be redirected to the new urls. Still it is preferred that in addition to this, your backlinks from other sites be directed to the new urls.</p>
<p>Again this method requires Apache Mod-Rewrite module should be enabled on the server for the domain.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark this Post:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Del.icio.us"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '301 redirect (permanent redirection)' to Del.icio.us" alt="Add '301 redirect (permanent redirection)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to digg"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '301 redirect (permanent redirection)' to digg" alt="Add '301 redirect (permanent redirection)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=301+redirect+%28permanent+redirection%29&amp;u=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to FURL"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add '301 redirect (permanent redirection)' to FURL" alt="Add '301 redirect (permanent redirection)' to FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=301+redirect+%28permanent+redirection%29&amp;Description=301+redirect+%28permanent+redirection%29&amp;Url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to blinklist"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add '301 redirect (permanent redirection)' to blinklist" alt="Add '301 redirect (permanent redirection)' to blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to reddit"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add '301 redirect (permanent redirection)' to reddit" alt="Add '301 redirect (permanent redirection)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=301+redirect+%28permanent+redirection%29&amp;url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;version=0.7" title="Add '301 redirect (permanent redirection)' to Feed Me Links"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add '301 redirect (permanent redirection)' to Feed Me Links" alt="Add '301 redirect (permanent redirection)' to Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Technorati"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '301 redirect (permanent redirection)' to Technorati" alt="Add '301 redirect (permanent redirection)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Stumble Upon"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '301 redirect (permanent redirection)' to Stumble Upon" alt="Add '301 redirect (permanent redirection)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Google Bookmarks"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '301 redirect (permanent redirection)' to Google Bookmarks" alt="Add '301 redirect (permanent redirection)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Bloglines"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add '301 redirect (permanent redirection)' to Bloglines" alt="Add '301 redirect (permanent redirection)' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;T=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Netscape"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/netscape.gif" title="Add '301 redirect (permanent redirection)' to Netscape" alt="Add '301 redirect (permanent redirection)' to Netscape" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bookmark.it/bookmark.php?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Bookmark.it"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add '301 redirect (permanent redirection)' to Bookmark.it" alt="Add '301 redirect (permanent redirection)' to Bookmark.it" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=301+redirect+%28permanent+redirection%29&amp;url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Ask"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Add '301 redirect (permanent redirection)' to Ask" alt="Add '301 redirect (permanent redirection)' to Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Live-MSN"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add '301 redirect (permanent redirection)' to Live-MSN" alt="Add '301 redirect (permanent redirection)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=301+redirect+%28permanent+redirection%29&amp;url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to SlashDot"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '301 redirect (permanent redirection)' to SlashDot" alt="Add '301 redirect (permanent redirection)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Sphinn"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="Add '301 redirect (permanent redirection)' to Sphinn" alt="Add '301 redirect (permanent redirection)' to Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;t=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to FaceBook"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '301 redirect (permanent redirection)' to FaceBook" alt="Add '301 redirect (permanent redirection)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.blogmemes.com/post.php?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to Blogmemes"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogmemes.png" title="Add '301 redirect (permanent redirection)' to Blogmemes" alt="Add '301 redirect (permanent redirection)' to Blogmemes" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogsvine.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Blogsvine"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/blogsvine.png" title="Add '301 redirect (permanent redirection)' to Blogsvine" alt="Add '301 redirect (permanent redirection)' to Blogsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=301+redirect+%28permanent+redirection%29&amp;c=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to MySpace"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add '301 redirect (permanent redirection)' to MySpace" alt="Add '301 redirect (permanent redirection)' to MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.indianpad.com/submit.php?url=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection&amp;title=301+redirect+%28permanent+redirection%29" title="Add '301 redirect (permanent redirection)' to IndianPad"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/indianpad.png" title="Add '301 redirect (permanent redirection)' to IndianPad" alt="Add '301 redirect (permanent redirection)' to IndianPad" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection" title="Add '301 redirect (permanent redirection)' to Twitter"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add '301 redirect (permanent redirection)' to Twitter" alt="Add '301 redirect (permanent redirection)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add '301 redirect (permanent redirection)' to Social Bookmarking Reloaded"><img src="http://www.sakshay.in/blog/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add '301 redirect (permanent redirection)' to Social Bookmarking Reloaded" alt="Add '301 redirect (permanent redirection)' to Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.sakshay.in/blog/php_mysql/301-redirect-permanent-redirection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
