[PHP] money print out with two digits after , e.g. 49,00

2001-05-08 Thread Ramiro Radjiman
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

[PHP] user info?

2001-04-14 Thread Ramiro Radjiman
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

[PHP] mysql +php+ array

2001-02-12 Thread Ramiro Radjiman
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)