I want to changes 49.4 ---> 49,4
49,4 > 49,40
the first rule is done with the code
$totaal=49.4;
$totaal=str_replace(".",",",$totaal);
how can i do the second row??
please help.
greets Ramiro
--
PHP General Mailing List (http://www.php.net/)
To
site.
If he logs in it aint a problem :-)
Could someone help.
I know there must be something, i ones read it.
with kind regards,
Ramiro Radjiman
HOLLAND
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
I have the following code:
$arr_aantal = explode (",", $aantal);
$arr_str_men = explode (",", $str_men);
$arr_recht = explode (",", $recht);
$arr_rechtverstek = explode (",", $rechtverstek);
$arr_verstekgelijk = explode (",", $verstekgelijk);
$arr_verstekongelijk = explode (",", $verstekongelijk)
3 matches
Mail list logo