[PHP] Multiplication of double

2003-01-19 Thread Cesar Aracena
Hi all, I guess this problem might sound childish for most of you, but I'm having it right now. I get two numbers from a FORM, one price and one quantity and I need to make a multiplication with them in order to store the total amount also as a double expression... I'm trying with: $totalprice =

Re: [PHP] Multiplication of double

2003-01-19 Thread Jason Wong
On Monday 20 January 2003 02:51, Cesar Aracena wrote: Hi all, I guess this problem might sound childish for most of you, but I'm having it right now. I get two numbers from a FORM, one price and one quantity and I need to make a multiplication with them in order to store the total amount

Re: [PHP] Multiplication of double

2003-01-19 Thread Chris Shiflett
--- Cesar Aracena [EMAIL PROTECTED] wrote: I get two numbers from a FORM, one price and one quantity and I need to make a multiplication with them in order to store the total amount also as a double expression... I'm trying with: $totalprice = $price * $qty; but when I echo the, it gives