<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>
	Comments on: PHP Format numbers to Indian Numerical System	</title>
	<atom:link href="https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Wed, 19 Oct 2011 06:15:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: admin		</title>
		<link>https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65148</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-65148</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65147&quot;&gt;Ashish&lt;/a&gt;.

Hello

Yes , the function money_format is not available on Windows.
&lt;a href=&quot;http://php.net/manual/en/function.money-format.php&quot; rel=&quot;nofollow&quot;&gt;http://php.net/manual/en/function.money-format.php&lt;/a&gt;

So a custom function has to be written for windows.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65147">Ashish</a>.</p>
<p>Hello</p>
<p>Yes , the function money_format is not available on Windows.<br />
<a href="http://php.net/manual/en/function.money-format.php" rel="nofollow">http://php.net/manual/en/function.money-format.php</a></p>
<p>So a custom function has to be written for windows.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashish		</title>
		<link>https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65147</link>

		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 09:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-65147</guid>

					<description><![CDATA[money_format() does not work for windows. How can we make the existing functionality work on windows?]]></description>
			<content:encoded><![CDATA[<p>money_format() does not work for windows. How can we make the existing functionality work on windows?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: matheen		</title>
		<link>https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65146</link>

		<dc:creator><![CDATA[matheen]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 05:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-65146</guid>

					<description><![CDATA[Thanks... It works as per my requirement....

I have done some modification to remove the decimal points.

$number = 10000;
setlocale(LC_MONETARY, &#039;en_IN&#039;);								$amount1 = money_format(&#039;%!.0n&#039;, $number);								 echo $amount1;]]></description>
			<content:encoded><![CDATA[<p>Thanks&#8230; It works as per my requirement&#8230;.</p>
<p>I have done some modification to remove the decimal points.</p>
<p>$number = 10000;<br />
setlocale(LC_MONETARY, &#8216;en_IN&#8217;);								$amount1 = money_format(&#8216;%!.0n&#8217;, $number);								 echo $amount1;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raaz		</title>
		<link>https://www.binarytides.com/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-65145</link>

		<dc:creator><![CDATA[Raaz]]></dc:creator>
		<pubDate>Wed, 16 Mar 2011 04:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-65145</guid>

					<description><![CDATA[It Does not work properly.]]></description>
			<content:encoded><![CDATA[<p>It Does not work properly.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
