<?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; Variables</title>
	<atom:link href="http://blog.decryptweb.com/tag/variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Custom Email Templates in Magento</title>
		<link>http://blog.decryptweb.com/custom-email-templates-magento/</link>
		<comments>http://blog.decryptweb.com/custom-email-templates-magento/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:16:16 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=321</guid>
		<description><![CDATA[Hello, I am explaining here the method for sending custom emails using the custom email templates with variables. 1) Create an email template from Admin-end > System > Transactional Emails, for example lets put this as Template Content 2) Suppose the id of the template created is 3 3) Below code you can write in [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/custom-email-templates-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful code in Magento</title>
		<link>http://blog.decryptweb.com/useful-code-in-magento/</link>
		<comments>http://blog.decryptweb.com/useful-code-in-magento/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 15:06:29 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=189</guid>
		<description><![CDATA[I am listing here the codes useful in Magento]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/useful-code-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing by Reference</title>
		<link>http://blog.decryptweb.com/passing-by-reference/</link>
		<comments>http://blog.decryptweb.com/passing-by-reference/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 07:51:35 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=158</guid>
		<description><![CDATA[I am listing here a simple example to explain &#8216;passing by reference&#8217; in PHP. I hope it is helpful. For further information kindly visit Passing by Reference]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/passing-by-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading XML</title>
		<link>http://blog.decryptweb.com/reading-xml/</link>
		<comments>http://blog.decryptweb.com/reading-xml/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:30:52 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=124</guid>
		<description><![CDATA[I am listing here method for reading XML file or XML string with the help of PHP. The output on executing above code will be: I am listing here another example: The output on executing above code will be: For further reference click here]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/reading-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Product ID and Product Name in Magento</title>
		<link>http://blog.decryptweb.com/product-id-and-product-name/</link>
		<comments>http://blog.decryptweb.com/product-id-and-product-name/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:48:43 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=122</guid>
		<description><![CDATA[In Magento eCommerce while working with catalog model, There arise the need to fetch product details from product id. We can get all product details if we have product id. But sometimes we only have product name, so we need to get product id for getting product details. I am listing here both the method. [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/product-id-and-product-name/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Extracting String</title>
		<link>http://blog.decryptweb.com/extracting-string/</link>
		<comments>http://blog.decryptweb.com/extracting-string/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:14:32 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=106</guid>
		<description><![CDATA[This is small but very useful script. I have shown example for extracting only &#8216;src&#8217; value from the &#8216;img&#8217; tag, but you can modify and use as per your requirement using &#8216;preg_match_all&#8217; function. Output will be &#8216;http://www.somesite.com/abc.jpg&#8217;]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/extracting-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/page-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get IP Address in PHP</title>
		<link>http://blog.decryptweb.com/ip-address-php/</link>
		<comments>http://blog.decryptweb.com/ip-address-php/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 11:08:40 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=85</guid>
		<description><![CDATA[Many times we need the IP Address of the User visiting our website in our Application. I am listing here the method to get the User IP Address, hope it might be useful to many of you.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/ip-address-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla essentials</title>
		<link>http://blog.decryptweb.com/joomla-essentials/</link>
		<comments>http://blog.decryptweb.com/joomla-essentials/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:25:38 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JPATH]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=40</guid>
		<description><![CDATA[Joomla is a very great CMS. I am listing below important variable used in joomla. JPath is used to get the directory path. DS — is used as a directory separator. JPATH_ADMINISTRATOR– Sets the path to /Joomla/administrator JPATH_BASE — sets the entry to joomla /Joomla JPATH_CACHE –Sets the cache path /Joomla/cache JPATH_COMPONENT — Sets the [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/joomla-essentials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento Essentials</title>
		<link>http://blog.decryptweb.com/magento-essentials/</link>
		<comments>http://blog.decryptweb.com/magento-essentials/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:01:48 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Currency]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Symbol]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=31</guid>
		<description><![CDATA[I am listing below important variable used in Magento.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/magento-essentials/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

