RE: [PHP-WIN] My Dilema

2001-02-16 Thread Asendorf, John
entia potestas est > -Original Message- > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 9:18 AM > To: Ben Cairns; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] My Dilema > > > Which database are you using? It will make a di

RE: [PHP-WIN] My Dilema

2001-02-16 Thread Asendorf, John
om: Ben Cairns [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 9:10 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] My Dilema > > > I have a slight problem with this > > I am returning numerical values (i.e. 22.64, 2.54 etc. All > with two Decimal >

Re: [PHP-WIN] My Dilema

2001-02-16 Thread Tom Mathews
SELECT SUM(Row_x) FROM Table_y; Tom Ben Cairns wrote: > I have a slight problem with this > > I am returning numerical values (i.e. 22.64, 2.54 etc. All with two Decimal > Places) from a database. I then want to add these together. > > But, I don't know how many rows there are, so I cant do

[PHP-WIN] My Dilema

2001-02-16 Thread Ben Cairns
I have a slight problem with this I am returning numerical values (i.e. 22.64, 2.54 etc. All with two Decimal Places) from a database. I then want to add these together. But, I don't know how many rows there are, so I cant do: $row+$row There may only be one row, or there may be hundreds of