cioè così:Originariamente inviato da piero.mac
number_format()
http://it.php.net/manual/en/function.number-format.php
Codice PHP:echo "Visite: [b]". number_format(12202, 0, ',', '.') . "[/b]
";
Codice PHP:echo "Visite: [b]". number_format($vis[0], 0, ',', '.') . "[/b]
";
![]()

Rispondi quotando