Salut !
J'ai un tableau auquel je veux attribuer un séparateur de millier au format "1 000 000,00"
Code PHP :
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" id="tableau">
<?php $i = 0; foreach ($files as $fichier) { ?>
<tr>
<td width="100" height="21" align="center"><?php echo htmlentities($fichier['date_jour']); ?></td>
<td width="480" align="left"> <?php echo htmlentities($fichier['objet']); ?></td>
<td width="110" align="right"><?php echo htmlentities($fichier['debit']); ?> </td>
<td width="110" align="right"><?php echo htmlentities($fichier['credit']); ?> </td>
</tr>
<?php } ?></table>
Je galère depuis un moment dessus, quand j'arrives à faire le debit, le crédit ne fonctionne plus et vis versa...
Pouvez-vous m'aider svp ?
Merci
----------
OS : Windows XP SP3 et Vista 32
Platforme : VB 6.0 + SP6
Ok VB6.0 c'est pas net !