Re: [PHP] Get rid of da Zero's

2001-01-26 Thread Christian Reiniger
On Thursday 25 January 2001 23:27, Ethan Nelson wrote: > It needs to quit shaving zero's when it hits the decimal point. > > 40.00 into 40 > 45.50 into 45.5 > 40.25 into 40.25 Hmm, $ValWithoutZ = (double) $ValWithZ; should work fine (i.e. interpreting the number as floating-point value instead

[PHP] Get rid of da Zero's

2001-01-25 Thread Ethan Nelson
Almost there... actually this creates one problem... It turns 40.00 into 4 It needs to quit shaving zero's when it hits the decimal point. 40.00 into 40 45.50 into 45.5 40.25 into 40.25 Thanks -Original Message- From: Philip Hallstrom [mailto:[EMAIL PROTECTED]] Sent: Thursday, January