<?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/"
	>

<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>php, mysql, javascript, ajax, flash, java, html</description>
	<pubDate>Thu, 29 Jul 2010 21:22:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hotlinking protection using .htaccess</title>
		<link>http://mistonline.in/wp/hotlinking-protection-using-htaccess/</link>
		<comments>http://mistonline.in/wp/hotlinking-protection-using-htaccess/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:22:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=753</guid>
		<description><![CDATA[Protect your website bandwidth from other websites that tries to hotlink your images.
Very simply you can prevent this using a .htaccess file in your images directory and add the following code
This is really a simple approach

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?yoursitename\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g&#124;gif&#124;bmp&#124;png)$ nohotlink.jpg [L]

simple  


Related posts:Speed up wordpress using .htaccess part 2Url rewriting [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-2/' rel='bookmark' title='Permanent Link: Speed up wordpress using .htaccess part 2'>Speed up wordpress using .htaccess part 2</a></li><li><a href='http://mistonline.in/wp/url-rewriting-examples-using-htaccess/' rel='bookmark' title='Permanent Link: Url rewriting examples using .htaccess'>Url rewriting examples using .htaccess</a></li><li><a href='http://mistonline.in/wp/disable-the-trace-and-track-for-more-security/' rel='bookmark' title='Permanent Link: Disable the TRACE and TRACK For More Security'>Disable the TRACE and TRACK For More Security</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/hotlinking-protection-using-htaccess/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple message slideshow news ticker using javascript</title>
		<link>http://mistonline.in/wp/simple-message-slideshow-news-ticker-using-javascript/</link>
		<comments>http://mistonline.in/wp/simple-message-slideshow-news-ticker-using-javascript/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:28:31 +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=751</guid>
		<description><![CDATA[A simple message ticker in which each message is associated with a unique URL, and clicking the button will take the surfer to a different URL.

&#60;form name=&#34;slideshow&#34;&#62;&#60;div align=&#34;center&#34;&#62;&#60;center&#62;&#60;p&#62;&#60;b&#62;
Update&#60;/b&#62;&#60;br /&#62;&#60;textarea rows=&#34;5&#34; name=&#34;S1&#34;
      cols=&#34;30&#34; wrap=&#34;virtual&#34; readonly style=&#34;border-style: solid;border-color: red green 

blue black;border-width: thin&#34;&#62;&#60;/textarea&#62;&#60;br /&#62;
      &#60;input type=&#34;button&#34; value=&#34;GoTo [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/title-bar-message-changer-using-javascript/' rel='bookmark' title='Permanent Link: Javascript Title Bar Message Changer'>Javascript Title Bar Message Changer</a></li><li><a href='http://mistonline.in/wp/get-browser-version-and-details-using-javascript/' rel='bookmark' title='Permanent Link: Get browser version and details using javascript'>Get browser version and details using javascript</a></li><li><a href='http://mistonline.in/wp/calendar-script-using-javascript/' rel='bookmark' title='Permanent Link: Calendar Script Using Javascript [Updated]'>Calendar Script Using Javascript [Updated]</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-message-slideshow-news-ticker-using-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Vista Home Desktop Blank Resolved</title>
		<link>http://mistonline.in/wp/windows-vista-home-desktop-blank-resolved/</link>
		<comments>http://mistonline.in/wp/windows-vista-home-desktop-blank-resolved/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 17:01:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WINDOWS]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=744</guid>
		<description><![CDATA[I logged into vista today on my laptop it booted up fine and the login screen was fine. I logged in and instead of the Desktop there was just my documents folder was open. I can assess every thing on my laptop apart from the start menu because there is no task bar and the [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/windows-xp-tips-for-renmoving-folder-option-removing-the-folder-options-menu-involves-modifying-the-windows-group-policy-editor-gpeditmsc-just-follow-the-below-listed-steps-1-go-to-start/' rel='bookmark' title='Permanent Link: Windows XP tips for Removing the &#8220;Folder Options&#8221; menu'>Windows XP tips for Removing the &#8220;Folder Options&#8221; menu</a></li><li><a href='http://mistonline.in/wp/shell-script-part-2/' rel='bookmark' title='Permanent Link: Shell Scripts Part 2'>Shell Scripts Part 2</a></li><li><a href='http://mistonline.in/wp/windows-xp-shortcuts-for-interner-explorer-excel-and-powepoint/' rel='bookmark' title='Permanent Link: Windows XP shortcuts for interner explorer, excel and powepoint'>Windows XP shortcuts for interner explorer, excel and powepoint</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/windows-vista-home-desktop-blank-resolved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use Namespaces in php 5.3 ?</title>
		<link>http://mistonline.in/wp/how-to-use-namespaces-in-php-53/</link>
		<comments>http://mistonline.in/wp/how-to-use-namespaces-in-php-53/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 10:39:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=742</guid>
		<description><![CDATA[How would you differentiate if the call save() was to save a blogs or save comments? The solution was to use blog_save() or comment_save() before the introduction of classes in which we could write the save() function within the Blog class or the Comment class.Using classes is obviously a much more elegant solution.
Using namespaces, we [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/27/' rel='bookmark' title='Permanent Link: C# simple console application'>C# simple console application</a></li><li><a href='http://mistonline.in/wp/working-with-directories-using-php/' rel='bookmark' title='Permanent Link: working with directories using php'>working with directories using php</a></li><li><a href='http://mistonline.in/wp/php-class-simple-tutorial-2/' rel='bookmark' title='Permanent Link: PHP class simple tutorial'>PHP class simple tutorial</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-use-namespaces-in-php-53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Calendar Script Using Javascript [Updated]</title>
		<link>http://mistonline.in/wp/calendar-script-using-javascript/</link>
		<comments>http://mistonline.in/wp/calendar-script-using-javascript/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 17:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Html]]></category>

		<category><![CDATA[JavaScripts]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/simple-calendar-script-using-javascript/</guid>
		<description><![CDATA[Here is a  simple script for creating calendar on webpages

&#60;script LANGUAGE=&#34;JavaScript&#34;&#62;

//Code from Mistonline.in

&#60;!-- Begin

monthnames = new Array(

&#34;January&#34;,

&#34;Februrary&#34;,

&#34;March&#34;,

&#34;April&#34;,

&#34;May&#34;,

&#34;June&#34;,

&#34;July&#34;,

&#34;August&#34;,

&#34;September&#34;,

&#34;October&#34;,

&#34;November&#34;,

&#34;Decemeber&#34;);

var linkcount=0;

function addlink(month, day, href) {

var entry = new Array(3);

entry[0] = month;

entry[1] = day;

entry[2] = href;

this[linkcount++] = entry;

}

Array.prototype.addlink = addlink;

linkdays = new Array();

monthdays = new Array(12);

monthdays[0]=31;

monthdays[1]=28;

monthdays[2]=31;

monthdays[3]=30;

monthdays[4]=31;

monthdays[5]=30;

monthdays[6]=31;

monthdays[7]=31;

monthdays[8]=30;

monthdays[9]=31;

monthdays[10]=30;

monthdays[11]=31;

todayDate=new Date();

thisday=todayDate.getDay();

thismonth=todayDate.getMonth();

thisdate=todayDate.getDate();

thisyear=todayDate.getYear();

thisyear = thisyear % 100;

thisyear = ((thisyear &#60; 50) ? (2000 + thisyear) [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/get-browser-version-and-details-using-javascript/' rel='bookmark' title='Permanent Link: Get browser version and details using javascript'>Get browser version and details using javascript</a></li><li><a href='http://mistonline.in/wp/simple-message-slideshow-news-ticker-using-javascript/' rel='bookmark' title='Permanent Link: Simple message slideshow news ticker using javascript'>Simple message slideshow news ticker using javascript</a></li><li><a href='http://mistonline.in/wp/javascript-countdown-script/' rel='bookmark' title='Permanent Link: Javascript Countdown Script'>Javascript Countdown Script</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/calendar-script-using-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send Email to Multiple Persons using php</title>
		<link>http://mistonline.in/wp/send-email-to-multiple-persons-using-php/</link>
		<comments>http://mistonline.in/wp/send-email-to-multiple-persons-using-php/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 07:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=736</guid>
		<description><![CDATA[You can send email to mutiple persons at one shot using php. When you submit, this file will be sent an email immediately to the target emails from your database.
First create a DB
Database &#8220;mail&#8221; and table &#8220;email_list&#8221; with 3 fields: id(auto_increment), name(varchar, 50), email (varchar, 50) and put some records into this table.

&#60; ?php
// Check, [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/simple-php-mail-script/' rel='bookmark' title='Permanent Link: Simple PHP mail Script'>Simple PHP mail Script</a></li><li><a href='http://mistonline.in/wp/pass-php-value-to-javascript/' rel='bookmark' title='Permanent Link: Pass PHP Value To Javascript'>Pass PHP Value To Javascript</a></li><li><a href='http://mistonline.in/wp/html-e-mail-using-php/' rel='bookmark' title='Permanent Link: HTML E-mail Using PHP'>HTML E-mail Using PHP</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/send-email-to-multiple-persons-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>J2ee Interview Questions</title>
		<link>http://mistonline.in/wp/j2ee-interview-questions/</link>
		<comments>http://mistonline.in/wp/j2ee-interview-questions/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:52:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[J2ee Interview Questions]]></category>

		<category><![CDATA[INTERVIEW]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=12</guid>
		<description><![CDATA[
J2EE INTERVIEW QUESTIONS
 1.	What makes J2EE suitable for distributed multitiered Applications?
- The J2EE platform uses a multitiered distributed application model. Application logic is divided into components according to function, and the various application components that make up a J2EE application are installed on different machines depending on the tier in the multitiered J2EE environment to [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/jsp-interview-question/' rel='bookmark' title='Permanent Link: JSP INTERVIEW QUESTION'>JSP INTERVIEW QUESTION</a></li><li><a href='http://mistonline.in/wp/c-sharp-interview-questions/' rel='bookmark' title='Permanent Link: C sharp INTERVIEW QUESTIONS'>C sharp INTERVIEW QUESTIONS</a></li><li><a href='http://mistonline.in/wp/java-interview-questions/' rel='bookmark' title='Permanent Link: Java interview questions'>Java interview questions</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/j2ee-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cursor:hand css not working with mozilla/firefox</title>
		<link>http://mistonline.in/wp/cursorhand-css-not-working-with-mozillafirefox/</link>
		<comments>http://mistonline.in/wp/cursorhand-css-not-working-with-mozillafirefox/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[Css]]></category>

		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=720</guid>
		<description><![CDATA[If we add  cursor: hand on our CSS then this will not work on mozilla / firefox. It will only work on IE [Internet Explorer].
Why?
The reason is IE supports the keyword hand other browsers does not.
Fix?
To work on all the browsers, simple use cursor: pointer


Related posts:Add to favorites or bookmarking using javascript in firefox [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/add-to-favourite-or-bookmarking-using-javascript-in-firefox-and-internet-explore-ie/' rel='bookmark' title='Permanent Link: Add to favorites or bookmarking using javascript in firefox and internet explore [IE]'>Add to favorites or bookmarking using javascript in firefox and internet explore [IE]</a></li><li><a href='http://mistonline.in/wp/using-no-cache-for-stop-caching-in-firefox-and-internet-explorer/' rel='bookmark' title='Permanent Link: Using no-cache for Stop Caching in Firefox and Internet Explorer'>Using no-cache for Stop Caching in Firefox and Internet Explorer</a></li><li><a href='http://mistonline.in/wp/balu-mohan/' rel='bookmark' title='Permanent Link: Search Plugin'>Search Plugin</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/cursorhand-css-not-working-with-mozillafirefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get the IP address of the visitor with PHP?</title>
		<link>http://mistonline.in/wp/how-to-get-the-ip-address-of-the-visitor-with-php/</link>
		<comments>http://mistonline.in/wp/how-to-get-the-ip-address-of-the-visitor-with-php/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 06:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=718</guid>
		<description><![CDATA[This is a very simple script to get the IP address of your visitor using php

&#60; ?php
   $ip = $_SERVER[&#039;REMOTE_ADDR&#039;];
  echo &#34;Your IP address is &#34;.$ip;
?&#62;



Related posts:Get IP address using javascript And SSISimple Visitor Counter Using phpGet IP address using gethostbyname() function


Related posts:<ol><li><a href='http://mistonline.in/wp/get-ip-address-using-javascript-and-ssi/' rel='bookmark' title='Permanent Link: Get IP address using javascript And SSI'>Get IP address using javascript And SSI</a></li><li><a href='http://mistonline.in/wp/simple-visitor-counter-using-php/' rel='bookmark' title='Permanent Link: Simple Visitor Counter Using php'>Simple Visitor Counter Using php</a></li><li><a href='http://mistonline.in/wp/get-ip-address-using-gethostbyname-function/' rel='bookmark' title='Permanent Link: Get IP address using gethostbyname() function'>Get IP address using gethostbyname() function</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-get-the-ip-address-of-the-visitor-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get IP address using javascript And SSI</title>
		<link>http://mistonline.in/wp/get-ip-address-using-javascript-and-ssi/</link>
		<comments>http://mistonline.in/wp/get-ip-address-using-javascript-and-ssi/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 07:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JavaScripts]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/get-ip-address-using-javascript/</guid>
		<description><![CDATA[Its very easy to get  IP address using javascript and SSI, Javscript is a client side script and it doesnt have the capablity of finding out the ip address by itself so we are using SSI along with javascript.
Use SHTML extention instead of html or htm, we are using SSI for getting the IP
Here is [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/how-to-get-the-ip-address-of-the-visitor-with-php/' rel='bookmark' title='Permanent Link: How to get the IP address of the visitor with PHP?'>How to get the IP address of the visitor with PHP?</a></li><li><a href='http://mistonline.in/wp/get-ip-address-using-gethostbyname-function/' rel='bookmark' title='Permanent Link: Get IP address using gethostbyname() function'>Get IP address using gethostbyname() function</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-ip-address-using-javascript-and-ssi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Visitor Counter Using php</title>
		<link>http://mistonline.in/wp/simple-visitor-counter-using-php/</link>
		<comments>http://mistonline.in/wp/simple-visitor-counter-using-php/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:40:01 +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=708</guid>
		<description><![CDATA[This tutorial require 1 PHP file and 1 table of mySQL database.
1. counter.php
2. Database &#8220;mypage&#8221; and table &#8220;counter&#8221; with 1 fields: visitor(Int, 11). You need to insert a first one record with &#8220;0&#8243;.
Counter.php
Source Code
&#60; ?php
// For using session variables put this function on the top.
session_start();

// Connect database
mysql_connect(&#34;localhost&#34;,&#34;&#34;,&#34;&#34;);
mysql_select_db(&#34;mypage&#34;);

/* Check for session variable &#34;visitor&#34;.
If not exist, update [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/simple-pagination-using-php-script/' rel='bookmark' title='Permanent Link: Simple Pagination Using PHP Script'>Simple Pagination Using PHP Script</a></li><li><a href='http://mistonline.in/wp/send-email-to-multiple-persons-using-php/' rel='bookmark' title='Permanent Link: Send Email to Multiple Persons using php'>Send Email to Multiple Persons using php</a></li><li><a href='http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/' rel='bookmark' title='Permanent Link: Export MySQL to CSV (Excel) using php'>Export MySQL to CSV (Excel) using php</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-visitor-counter-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Export MySQL to CSV (Excel) using php</title>
		<link>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/</link>
		<comments>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:31:00 +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=704</guid>
		<description><![CDATA[You can export your MySQL database to .csv file format (Microsoft Excel file) easily using php.
This tutorial require 1 PHP file and 1 table of mySQL database.
1. exportcsv.php
2. The table is with 2 fields: id(auto_increment), name(varchar, 50) and put some records about 20 - 30 records into this table. (directly by phpMyAdmin)
The exportcsv.php file looks [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/simple-visitor-counter-using-php/' rel='bookmark' title='Permanent Link: Simple Visitor Counter Using php'>Simple Visitor Counter Using php</a></li><li><a href='http://mistonline.in/wp/php-mysql-example-image-gallery-blob-storage/' rel='bookmark' title='Permanent Link: Php mysql example image gallery blob storage'>Php mysql example image gallery blob storage</a></li><li><a href='http://mistonline.in/wp/total-number-of-rows-in-mysql/' rel='bookmark' title='Permanent Link: Total Number Of Rows In MYSQL'>Total Number Of Rows In MYSQL</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple rss reader using php</title>
		<link>http://mistonline.in/wp/simple-rss-reader-using-php/</link>
		<comments>http://mistonline.in/wp/simple-rss-reader-using-php/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 17:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=697</guid>
		<description><![CDATA[Here is a very simple rss reader script using php,

&#60; ?php
$url = &#34;http://mistonline.in/wp/feed/&#34;;
$rss = simplexml_load_file($url);
if($rss)
{
echo &#039;&#60;h1&#62;&#039;.$rss-&#62;channel-&#62;title.&#039;&#039;;
echo &#039;&#60;li&#62;&#039;.$rss-&#62;channel-&#62;pubDate.&#039;&#60;/li&#62;&#039;;
$items = $rss-&#62;channel-&#62;item;
foreach($items as $item)
{
$title = $item-&#62;title;
$link = $item-&#62;link;
$published_on = $item-&#62;pubDate;
$description = $item-&#62;description;
echo &#039;&#60;h3&#62;&#60;a href=&#34;&#039;.$link.&#039;&#34;&#62;&#039;.$title.&#039;&#60;/a&#62;&#60;/h3&#62;&#039;;
echo &#039;&#60;span&#62;(&#039;.$published_on.&#039;)&#60;/span&#62;&#039;;
echo &#039;&#60;p&#62;&#039;.$description.&#039;&#60;/p&#62;&#039;;
}
}
?&#62;
Simplexml_load_file [Manual]
Demo


Related posts:XML Parsing Made EasyRight Click Context Menu In Flash Movie Simple MethodSimple CSS Dropdown Menu


Related posts:<ol><li><a href='http://mistonline.in/wp/xml-parsing-made-easy/' rel='bookmark' title='Permanent Link: XML Parsing Made Easy'>XML Parsing Made Easy</a></li><li><a href='http://mistonline.in/wp/right-click-context-menu-in-flash-movie-simple-method/' rel='bookmark' title='Permanent Link: Right Click Context Menu In Flash Movie Simple Method'>Right Click Context Menu In Flash Movie Simple Method</a></li><li><a href='http://mistonline.in/wp/simple-css-dropdown-menu/' rel='bookmark' title='Permanent Link: Simple CSS Dropdown Menu'>Simple CSS Dropdown Menu</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-rss-reader-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to run jsp in xampp?</title>
		<link>http://mistonline.in/wp/how-to-run-jsp-in-xampp/</link>
		<comments>http://mistonline.in/wp/how-to-run-jsp-in-xampp/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:02:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=694</guid>
		<description><![CDATA[This post will help you in running and compiling the jsp files using your xampp server on windows.
All you have to do is get the Tomcat 6.0.20 Addon for Xampp
Details :- Tomcat 6.0.20 and mod_jk 1.2.20 for the XAMPP base package &#62;=1.7.2
Where to download?
Self-extracting RAR archive 30 MB  DOWNLOAD
ZIP archive 42MB DOWNLOAD
Documentation?
CLICK HERE
Complete xampp for [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/how-to-install-xampp/' rel='bookmark' title='Permanent Link: How to install XAMPP'>How to install XAMPP</a></li><li><a href='http://mistonline.in/wp/enabling-curl-on-xampp-for-windows/' rel='bookmark' title='Permanent Link: Enabling curl on XAMPP for Windows'>Enabling curl on XAMPP for Windows</a></li><li><a href='http://mistonline.in/wp/balu-mohan/' rel='bookmark' title='Permanent Link: Search Plugin'>Search Plugin</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-run-jsp-in-xampp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mistonline.in Mobile Edition Web Scripting Tutorials At Your Finger Tips</title>
		<link>http://mistonline.in/wp/mistonlinein-mobile-edition-web-scripting-tutorials-at-your-finger-tips/</link>
		<comments>http://mistonline.in/wp/mistonlinein-mobile-edition-web-scripting-tutorials-at-your-finger-tips/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 19:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=682</guid>
		<description><![CDATA[Hello Visitors,
I am very much glad to release the MOBILE edition of Mistonline.in, {AD FREE and FAST LOADING}

Note:-You need to browse the website using URL http://mobile.mistonline.in OR http://mistonline.in/mobile.
If you access this URL using Laptop/Tp/Desktop you will be automatically redirected to the main URL instead of mobile version, Need to use your Mobile in order to [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/how-to-get-your-deleted-files-back-using-google-desktop/' rel='bookmark' title='Permanent Link: How to get your deleted files back using google desktop?'>How to get your deleted files back using google desktop?</a></li><li><a href='http://mistonline.in/wp/quick-method-to-prevent-cross-site-scripting-in-php/' rel='bookmark' title='Permanent Link: Quick method to prevent cross site scripting in php'>Quick method to prevent cross site scripting in php</a></li><li><a href='http://mistonline.in/wp/windows-tips-and-tricks/' rel='bookmark' title='Permanent Link: Windows Tips and Tricks'>Windows Tips and Tricks</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/mistonlinein-mobile-edition-web-scripting-tutorials-at-your-finger-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Import large files in mysql using PhpMyAdmin</title>
		<link>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/</link>
		<comments>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 17:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mysql]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=677</guid>
		<description><![CDATA[
Sometimes when trying to upload some huge SQL file using PHPMYADMIN  we might come across this ERROR MESSAGE
Error: You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit
There is simple a fix for this:-
Find the config.inc.php file located in the phpmyadmin directory. In my case it is located here:






1
H:\xampp\phpMyAdmin\upload\config.inc.php






Find the line with $cfg['UploadDir'] [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/simple-file-upload-script-using-php/' rel='bookmark' title='Permanent Link: Simple file upload script using php'>Simple file upload script using php</a></li><li><a href='http://mistonline.in/wp/custom-error-pages-using-htaccess/' rel='bookmark' title='Permanent Link: Custom Error Pages Using .htaccess'>Custom Error Pages Using .htaccess</a></li><li><a href='http://mistonline.in/wp/how-to-run-a-sql-query-in-phpmyadmin/' rel='bookmark' title='Permanent Link: How to run a SQL query in phpMyAdmin'>How to run a SQL query in phpMyAdmin</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix Too many connections mysql_connect</title>
		<link>http://mistonline.in/wp/fix-too-many-connections-mysql_connect/</link>
		<comments>http://mistonline.in/wp/fix-too-many-connections-mysql_connect/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:43:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mysql]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=592</guid>
		<description><![CDATA[If you get a Too many connections error when you try to connect to the mysq server, then it clearly means that all available connections are in use.
Too Many Connections can be caused by either a lot of simultaneous connections or by old connections not being released properly.
Factors affecting the connection of MySQL
 1)mysql_pconnect()
2)mysql_connect()
3)mysqladmin flush-hosts

Along [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/htaccess-some-facts-and-rules/' rel='bookmark' title='Permanent Link: .htaccess some facts and rules'>.htaccess some facts and rules</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/fix-too-many-connections-mysql_connect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submitted Tutorials For The Month Of June</title>
		<link>http://mistonline.in/wp/submitted-tutorials-for-the-month-of-june/</link>
		<comments>http://mistonline.in/wp/submitted-tutorials-for-the-month-of-june/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 10:14:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=668</guid>
		<description><![CDATA[
Your browser does not support iframes.



Related posts:Submit Script


Related posts:<ol><li><a href='http://mistonline.in/wp/submit-script/' rel='bookmark' title='Permanent Link: Submit Script'>Submit Script</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/submitted-tutorials-for-the-month-of-june/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ScriptAlias and Alias in httpd.conf at a glance</title>
		<link>http://mistonline.in/wp/scriptalias-and-alias-in-httpdconf-at-a-glance/</link>
		<comments>http://mistonline.in/wp/scriptalias-and-alias-in-httpdconf-at-a-glance/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=636</guid>
		<description><![CDATA[Here i am gonna quickly explain you the difference between ScriptAlias and Alias
example:
ScriptAlias /cgi-bin / www/cgi-bin/
A request for http://mywebpage.com/cgi-bin/foobar would cause the server to run the script /www/cgi-bin/foobar. This configuration is essentially equivalent to:
Alias /cgi-bin/ /www/cgi-bin/
&#60;Location /cgi-bin &#62;
 SetHandler cgi-script
Options +ExecCGI
 &#60;/Location&#62; 
It is safer to avoid placing CGI scripts under the DocumentRoot in order [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/adding-handlers-directly-in-httpdconf-of-apache/' rel='bookmark' title='Permanent Link: Adding Handlers Directly In httpd.conf Of Apache'>Adding Handlers Directly In httpd.conf Of Apache</a></li><li><a href='http://mistonline.in/wp/how-to-run-cgi-or-perl-scripts-in-ibm-http-server-ihs-or-apache-servers/' rel='bookmark' title='Permanent Link: How to run CGI or Perl Scripts in IBM Http Server [IHS] or Apache Servers'>How to run CGI or Perl Scripts in IBM Http Server [IHS] or Apache Servers</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/scriptalias-and-alias-in-httpdconf-at-a-glance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Add to favorites script</title>
		<link>http://mistonline.in/wp/simple-add-to-favorites-script/</link>
		<comments>http://mistonline.in/wp/simple-add-to-favorites-script/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 07:06:44 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[JavaScripts]]></category>

		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=628</guid>
		<description><![CDATA[Here is a simple script in javascript which shows how you can add a link in your website to make your visitors
add the webpage to their Browsers Favorits.
&#60;html&#62;
&#60;head&#62;
&#60;script language=&#8221;JavaScript&#8221;&#62;
function AddtoFav() {
window.external.AddFavorite(&#8217;http://www.mistonline.in/wp&#8217;);
}
&#60;/script&#62;&#60;/head&#62;
&#60;body&#62;
&#60;button onclick=&#8221;AddtoFav();&#8221;&#62;
Click here to add www.mistonline.in/wp main page to your favorites
&#60;/button&#62;
&#60;/body&#62;
&#60;/html&#62;


Related posts:Add to favorites or bookmarking using javascript in firefox and internet explore [IE]Load Another [...]


Related posts:<ol><li><a href='http://mistonline.in/wp/add-to-favourite-or-bookmarking-using-javascript-in-firefox-and-internet-explore-ie/' rel='bookmark' title='Permanent Link: Add to favorites or bookmarking using javascript in firefox and internet explore [IE]'>Add to favorites or bookmarking using javascript in firefox and internet explore [IE]</a></li><li><a href='http://mistonline.in/wp/load-another-webpage-content-using-simple-jquery/' rel='bookmark' title='Permanent Link: Load Another Webpage Content Using Simple Jquery'>Load Another Webpage Content Using Simple Jquery</a></li><li><a href='http://mistonline.in/wp/simple-php-mail-script/' rel='bookmark' title='Permanent Link: Simple PHP mail Script'>Simple PHP mail Script</a></li></ol>]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-add-to-favorites-script/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
