<?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>Decrypt Web &#187; JavaScript</title>
	<atom:link href="http://blog.decryptweb.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Sat, 24 Jul 2010 05:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Page Redirect</title>
		<link>http://blog.decryptweb.com/page-redirect/</link>
		<comments>http://blog.decryptweb.com/page-redirect/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:08:31 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=104</guid>
		<description><![CDATA[I have written a script for getting the files list from directory and redirecting the page on selecting option from the select box.
So you will get the script for fetching all the files from current directory and redirecting page on selection.

&#60;h&#62;Please select option&#60;/h&#62;
&#60;?php
$path = $_SERVER['DOCUMENT_ROOT'].$_SERVER['REQUEST_URI']; //current directory physical path

$dir_handle = @opendir($path) or die(&#34;Unable to open [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/page-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assign PHP Array to Javascript Array</title>
		<link>http://blog.decryptweb.com/php-array-javascript-array/</link>
		<comments>http://blog.decryptweb.com/php-array-javascript-array/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:15:09 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=79</guid>
		<description><![CDATA[I am describing here a very useful method for getting the values of a PHP array in JavaScript.
For this we need to assign the PHP array values to a array in JavaScript.

&#60;?php
$a = array('A','B','C');
?&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Assign PHP Array to Javascript Array&#60;/title&#62;
&#60;script language=&#34;javascript&#34;&#62;
	function showValues(){
		var a=new Array;
	&#60;?php
		for($i=0;$i&#60;count($a); $i++)
            [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/php-array-javascript-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASCII example</title>
		<link>http://blog.decryptweb.com/ascii-example/</link>
		<comments>http://blog.decryptweb.com/ascii-example/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:19:26 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[chr]]></category>
		<category><![CDATA[ord]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=37</guid>
		<description><![CDATA[You might have visited many sites related to songs or movies, you might have noticed that the searching is in Alphabetical order, so what will you do if you want such listing, write all the characters from A to Z ?.
There is an easy way for implementing this in PHP.
We can use function ord()  [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/ascii-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
