<?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="http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/</link>
	<description>Socket Programming , Game Programming , PHP , Mysql , Ubuntu etc.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:27:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-29060</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-29060</guid>
		<description>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>Hello</p>
<p>Yes , the function money_format is not available on Windows.<br />
<a target="_blank" 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>http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-28812</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Tue, 27 Sep 2011 09:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-28812</guid>
		<description>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>http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-28099</link>
		<dc:creator>matheen</dc:creator>
		<pubDate>Fri, 16 Sep 2011 05:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-28099</guid>
		<description>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>http://www.binarytides.com/blog/php-format-numbers-to-indian-numerical-system/comment-page-1/#comment-15723</link>
		<dc:creator>Raaz</dc:creator>
		<pubDate>Wed, 16 Mar 2011 04:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=124#comment-15723</guid>
		<description>It Does not work properly.</description>
		<content:encoded><![CDATA[<p>It Does not work properly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

