<?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>Tutorials, Scripts, Technology and Interview Tips</title>
	<atom:link href="http://mistonline.in/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Count distinct records or values and display it using mysql and php</title>
		<link>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/</link>
		<comments>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1612</guid>
		<description><![CDATA[This tutorial shows you how to count unique records with mysql and display it using php. Very simple to understand. This line count(&#60;COLUMN_NAME&#62;) AS count_me simply means that the count value is assigned to variable count_me and we can ECHO it using $row['count_me'] Complete code is displayed below. Here i am using connect.php which contains [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE compatibility view force Internet Explorer to use Internet Explorer 7 rendering mode</title>
		<link>http://mistonline.in/wp/ie-compatibility-view-force-internet-explorer-to-use-internet-explorer-7-rendering-mode/</link>
		<comments>http://mistonline.in/wp/ie-compatibility-view-force-internet-explorer-to-use-internet-explorer-7-rendering-mode/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 07:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1609</guid>
		<description><![CDATA[IE compatibility view force Internet Explorer to use Internet Explorer 7 rendering mode.My website was having issues in the way it was displaying in Internet Explorer 8, only compatibility view was working fine.So inorder to automatically render my website in compatibility mode rather than asking my visitors to do so we can get the help [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/ie-compatibility-view-force-internet-explorer-to-use-internet-explorer-7-rendering-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort MYSQL data according to the date in php or mysql itself</title>
		<link>http://mistonline.in/wp/sort-mysql-d/</link>
		<comments>http://mistonline.in/wp/sort-mysql-d/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:15:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1605</guid>
		<description><![CDATA[Sort the data from mysql using date. If you have a field inside mysql for DATE and you need to sort the data accordingly in ascending or descending order you can use this UNIX_TIMESTAMP(FIELD NAME). You can even update your existing SQL TYPE to DATE but it may sometimes results in loss of date if [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/sort-mysql-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load webpage dynamically from query string using simple javascript and iframe</title>
		<link>http://mistonline.in/wp/load-webpage-dynamically-from-query-string-using-simple-javascript-and-iframe/</link>
		<comments>http://mistonline.in/wp/load-webpage-dynamically-from-query-string-using-simple-javascript-and-iframe/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 17:16:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1600</guid>
		<description><![CDATA[Load webpage dynamically from uri or query string using simple javascript and iframe, this is very simple and easy to approach. Here is the javascript. window.onload = function setIframe() { var url = window.location.href; var uri = url.indexOf(&#34;?uri=&#34;); if( uri&#62;-1 ) { url = url.substr(uri+5); document.getElementById(&#34;load_me&#34;).src = url; } } and here grab the HTML [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/load-webpage-dynamically-from-query-string-using-simple-javascript-and-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up</title>
		<link>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/</link>
		<comments>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1595</guid>
		<description><![CDATA[Set xampp- Apache,Mysql, Filezilla, Mercury and Tomcat as a windows service and get xampp to start automatically on boot up. For this first we need to install xampp on windows. Refer this LINK ON HOW TO INSTALL XAMPP or we have a set of tutorials related to xampp HERE. Once we are done with the [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change webpage title dynamically using jquery</title>
		<link>http://mistonline.in/wp/change-webpage-title-dynamically-using-jquery/</link>
		<comments>http://mistonline.in/wp/change-webpage-title-dynamically-using-jquery/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 16:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1588</guid>
		<description><![CDATA[This is a simple script that will change the webpage title dynamically using jquery. Customize it according to your requirement.Jquery knowledge is essential to understand the code below. Any doubts do get back to me Happy Coding!!!! &#60;title&#62;Title changing script:Mistonline.in, Webpage before clicking below&#60;/title&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://demo.mistonline.in/jquery-1.2.3.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function() { $(&#34;p&#34;).click(function(){ document.title = 'New [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/change-webpage-title-dynamically-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect webpage using php</title>
		<link>http://mistonline.in/wp/redirect-webpage-using-php/</link>
		<comments>http://mistonline.in/wp/redirect-webpage-using-php/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1584</guid>
		<description><![CDATA[Redirect webpage after a specific time delay using php.We have html code for redirecting one webpage to another.But here we have php for doing the same. We can even give a delay of our choice inside the code. Grab the code here. &#60; ?php header(&#34;refresh:3;url=redirected.htm&#34;);?&#62; Put the above code in any webpage you need the [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/redirect-webpage-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zoom in and zoom out image using jquery</title>
		<link>http://mistonline.in/wp/zoom-in-and-zoom-out-image-using-jquery/</link>
		<comments>http://mistonline.in/wp/zoom-in-and-zoom-out-image-using-jquery/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 15:10:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1581</guid>
		<description><![CDATA[This scripts demonstrates how to Zoom in and zoom out image using jquery when you move mouse over the image. &#60;title&#62;Move mouse on image to Zoom In and Zoom Out&#60;/title&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://demo.mistonline.in/jquery-1.2.3.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function(){ $('#img_car').width(200); $('#img_car').mouseover(function() { $(this).css(&#34;cursor&#34;,&#34;pointer&#34;); $(this).animate({width: &#34;360px&#34;}, 'slow'); }); $('#img_car').mouseout(function() { $(this).animate({width: &#34;200px&#34;}, 'slow'); }); }); &#60;/script&#62; &#60;h1&#62;Move mouse on [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/zoom-in-and-zoom-out-image-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read text file reverse using php</title>
		<link>http://mistonline.in/wp/read-text-file-reverse-using-php/</link>
		<comments>http://mistonline.in/wp/read-text-file-reverse-using-php/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 08:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1578</guid>
		<description><![CDATA[Read text file reverse using php $file = file('text.txt'); $read_rev = array_reverse($file); $count=0; foreach ($read_rev as $dis_line) { print_r($dis_line); echo &#34;&#60;br /&#62;&#34;; } Demo Incoming search terms: contoh code javascript get data from listbox (1) php чтение файл reverse (1)]]></description>
		<wfw:commentRss>http://mistonline.in/wp/read-text-file-reverse-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail to admin or website owner when ever the logs show 404 or 500 or 401 or 400 error codes</title>
		<link>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/</link>
		<comments>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 08:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1572</guid>
		<description><![CDATA[Send an mail to admin or website owner when ever the logs show 404 or file not found error.This script can be used as a cron and is run on everyday basis to get all the details in your email.You can modify the code URI accordingly to get different error message details such as 404, [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date in title bar using php</title>
		<link>http://mistonline.in/wp/date-in-title-bar-using-php/</link>
		<comments>http://mistonline.in/wp/date-in-title-bar-using-php/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 07:12:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1569</guid>
		<description><![CDATA[This is a simple script that appends date inside the html title tag. &#60;title&#62;Today is &#60; ?php print date(&#34;l&#34;); print(&#34;, &#34;); print date(&#34;d/M/y&#34;);?&#62;&#60;/title&#62; Incoming search terms: date in title bar using php (2) jewish clothing pictures admin php intitle:datalife engine (2) suicide girls pin up admin php intitle:datalife engine (2) php database tutorial using combobox [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/date-in-title-bar-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup a smtp server on your localsystem or server using hmailserver and send email</title>
		<link>http://mistonline.in/wp/setup-a-smtp-server-on-your-localsystem-or-server-using-hmailserver-and-send-email/</link>
		<comments>http://mistonline.in/wp/setup-a-smtp-server-on-your-localsystem-or-server-using-hmailserver-and-send-email/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 17:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1565</guid>
		<description><![CDATA[Setup a smtp server on the system, if you are running on windows use hmailserver and configure it and send any number of mails. DOWNLOAD HMAIL SERVER HERE &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;a)Select the default settings that popup under installation window { DONT MODIFY ANYTHING JUST PRESS NEXT AND INSTALL IT } &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b)Once installed it will ask for a [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/setup-a-smtp-server-on-your-localsystem-or-server-using-hmailserver-and-send-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace a string in a text or php file and save it using php</title>
		<link>http://mistonline.in/wp/replace-a-string-in-a-text-or-php-file-and-save-it-using-php/</link>
		<comments>http://mistonline.in/wp/replace-a-string-in-a-text-or-php-file-and-save-it-using-php/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 16:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1562</guid>
		<description><![CDATA[Replace a string in a text or php file and save it using php. A very simple example.Here test_file.php is the php file i am using to replace ip address inside that. //read the entire string $str=implode(&#34;&#34;,file('../test_file.php')); $fp=fopen('../test_file.php','w'); //replace something in the file string, here i am replacing an IP address from 127.0.0.1 to 127.1.9.9 [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/replace-a-string-in-a-text-or-php-file-and-save-it-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the MAC address of the system using php</title>
		<link>http://mistonline.in/wp/get-the-mac-address-of-the-system-using-php/</link>
		<comments>http://mistonline.in/wp/get-the-mac-address-of-the-system-using-php/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:50:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1558</guid>
		<description><![CDATA[Get the MAC address of the system using php. ob_start(); system('ipconfig /all'); $mycom=ob_get_contents(); // Capture the output into a variable ob_clean(); $findme = &#34;Physical&#34;; $pos = strpos($mycom, $findme); $macp=substr($mycom,($pos+36),17); echo &#34;The mac id of this system is :&#34;.$macp; Incoming search terms: php mac address (2) javascript mac address (2) php get mac address (2) $pmac [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-the-mac-address-of-the-system-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the public IP address of the system not the default ip using php</title>
		<link>http://mistonline.in/wp/get-the-public-ip-address-of-the-system-not-the-default-ip-using-php/</link>
		<comments>http://mistonline.in/wp/get-the-public-ip-address-of-the-system-not-the-default-ip-using-php/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:46:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1554</guid>
		<description><![CDATA[Get the ip address of the system [usually assigned by ISP], the public ip address using php. ob_start(); system('ipconfig /all'); $mycom=ob_get_contents(); // Capture the output into a variable ob_clean(); $findme = &#34;IP Address&#34;; $pos = strpos($mycom, $findme); $ip=substr($mycom,($pos+36),17); echo &#34;The IP address of this system is :&#34;.$ip; Here we are using Output buffer. CLICK HERE [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-the-public-ip-address-of-the-system-not-the-default-ip-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agree Before Entry Using Javascript</title>
		<link>http://mistonline.in/wp/agree-before-entry-using-javascript/</link>
		<comments>http://mistonline.in/wp/agree-before-entry-using-javascript/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:15:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1549</guid>
		<description><![CDATA[Agree before entry using Javascript,with button disable functionality,that means if you agree, you can enter your name. But, if you disagree, you will not be able to enter or edit your name. When you disagree, the box is &#8216;locked.&#8217; Useful if you require your visitors to accept a disclaimer before downloading software or visiting a [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/agree-before-entry-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find screen resolution and redirect the user using javascript</title>
		<link>http://mistonline.in/wp/find-screen-resolution-and-redirect-the-user-using-javascript/</link>
		<comments>http://mistonline.in/wp/find-screen-resolution-and-redirect-the-user-using-javascript/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 20:09:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1545</guid>
		<description><![CDATA[This script helps you to find screen resolution of a client or user and redirect to a webpage using simple &#60;script LANGUAGE=&#34;JavaScript&#34;&#62; function resolution_finder() { var url640x480 = &#34;http://www.yahoo.com&#34;; var url800x600 = &#34;http://www.googl.com&#34;; var url1024x768 = &#34;http://www.msn.com&#34;; if ((screen.width == 640) &#38;&#38; (screen.height == 480)) window.location.href= url640x480; else if ((screen.width == 800) &#38;&#38; (screen.height == [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/find-screen-resolution-and-redirect-the-user-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Character Encoder And Decoder Using Javascript</title>
		<link>http://mistonline.in/wp/character-encoder-using-javascript/</link>
		<comments>http://mistonline.in/wp/character-encoder-using-javascript/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 20:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1541</guid>
		<description><![CDATA[This scripts encodes and decodes the character entered inside the textbox. Very useful for GET queries passed through URL.Encrypts a string by converting each character to it&#8217;s ASCII key code. Supports two-way encryption &#8211; from a string to the numeric code, or from the numeric code back to the string. &#60;script LANGUAGE=&#34;JavaScript&#34;&#62; var str_in; var [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/character-encoder-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Output buffering using ob_start in php</title>
		<link>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/</link>
		<comments>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1537</guid>
		<description><![CDATA[Output buffering using ob_start in php and saving it to a variable, this is a very good feature available in php mainly when we want to output and html data or php data ob_start(); //Turn on output buffering ?&#62; Get this link &#60;a href=&#34;http://www.mistonline.in&#34;&#62;output buffer&#60;/a&#62; &#60;div class=&#34;style&#34;&#62;Rest of html&#60;/div&#62; &#60;?php $get_html = ob_get_clean(); //copy current [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get browser language using php</title>
		<link>http://mistonline.in/wp/get-browser-language-using-php/</link>
		<comments>http://mistonline.in/wp/get-browser-language-using-php/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:16:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1533</guid>
		<description><![CDATA[In php you can get the language of your visitor, this is very helpful if you have many versions of your website for different languages. $language = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); echo &#34;The browser language is &#34;.$language; Incoming search terms: inurl php\mail:id= (1)]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-browser-language-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

