<?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; Array</title>
	<atom:link href="http://blog.decryptweb.com/tag/array/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>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>
	</channel>
</rss>
