RE: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Richard Lynch
Run another query and let MySQL add it up. > -Original Message- > From: Jason Pruim [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2008 10:05 AM > To: PHP General List > Subject: [PHP] Math problems (No not high school math!) > > So I'm trying to fig

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Jason Pruim
On Sep 25, 2008, at 11:44 AM, Jim Lucas wrote: Jason Pruim wrote: On Sep 25, 2008, at 11:28 AM, Jim Lucas wrote: Jason Pruim wrote: So I'm trying to figure out how to do a little math in php to add up the number of hours that people have worked (Still on the timecard for anyone following

RE: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Simcha
> -Original Message- > From: Jason Pruim [mailto:[EMAIL PROTECTED] > Subject: [PHP] Math problems (No not high school math!) > > So I'm trying to figure out how to do a little math in php to add up > the number of hours that people have worked (Still on th

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Jim Lucas
Jason Pruim wrote: > > On Sep 25, 2008, at 11:28 AM, Jim Lucas wrote: > >> Jason Pruim wrote: >>> So I'm trying to figure out how to do a little math in php to add up the >>> number of hours that people have worked (Still on the timecard for >>> anyone following along at home) >>> >>> I have it i

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Jason Pruim
On Sep 25, 2008, at 11:28 AM, Jim Lucas wrote: Jason Pruim wrote: So I'm trying to figure out how to do a little math in php to add up the number of hours that people have worked (Still on the timecard for anyone following along at home) I have it inserting time in and timeout as timestamps

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Jim Lucas
Jason Pruim wrote: > So I'm trying to figure out how to do a little math in php to add up the > number of hours that people have worked (Still on the timecard for > anyone following along at home) > > I have it inserting time in and timeout as timestamps into a MySQL > database, from there, I use

Re: [PHP] Math problems (No not high school math!)

2008-09-25 Thread Stephen
Jason Pruim wrote: So I'm trying to figure out how to do a little math in php to add up the number of hours that people have worked (Still on the timecard for anyone following along at home) I have it inserting time in and timeout as timestamps into a MySQL database, from there, I use a while

[PHP] Math problems (No not high school math!)

2008-09-25 Thread Jason Pruim
So I'm trying to figure out how to do a little math in php to add up the number of hours that people have worked (Still on the timecard for anyone following along at home) I have it inserting time in and timeout as timestamps into a MySQL database, from there, I use a while loop to display