Hi,
I have a MySQL database from where I take data to be displayed in a PHP3 page.
I want to show a "int" numeric value.
Actually numbers are showed like:
20000000
and I would like to see them like:
20.000.000
Is there any easy way to have this resoult ?
Thanks
Fabio