Re: [PHP-DB] subtotal

2001-02-14 Thread Elliott Lee
try printf("Total : %.2f", round($hoursrow[0], 2); Elliott -- >From: "bryan" <[EMAIL PROTECTED]> >To: "db" <[EMAIL PROTECTED]> >Subject: [PHP-DB] subtotal >Date: Wed, Feb 14, 2001, 10:55 AM > > Good day all... > > Does

RE: [PHP-DB] subtotal

2001-02-14 Thread Michael Norton
Original Message- From: bryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:56 PM To: db Subject: [PHP-DB] subtotal Good day all... Does anyone know how, if I have a "*.00" at the, I can just leave that on? When I round, it does round, but, if I have a total of $13

[PHP-DB] subtotal

2001-02-14 Thread bryan
Good day all... Does anyone know how, if I have a "*.00" at the, I can just leave that on? When I round, it does round, but, if I have a total of $13.00, I want it to read ($13.00) not ($13). here is my weak, but working code... ***