hai friends,
i am working in windows.
<?php
$number = 1234.56;
setlocale(LC_MONETARY, 'en_US');
echo money_format('%i', $number) . "\n";
?>
The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows.
so what to do to display in money format, is any other function there or have to change some system settings ? help me friends.........
thanks in Advance
j.sivaani