Hey,
If anyones intrested, solved the problem like this:

********************************
function cun($num)
{
$num = number_format($num,2,'.',',');
return $num;
}

echo cun($var1);
********************************

Cheers,
-Ryan


We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to