Re: [PHP-DB] calculations using variables in html table cell

2003-12-03 Thread Ignatius Reilly
_ - Original Message - From: "Christopher Adams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 21:07 Subject: [PHP-DB] calculations using variables in html table cell > I am generating html tables dynamically. Each t

[PHP-DB] calculations using variables in html table cell

2003-12-03 Thread Christopher Adams
I am generating html tables dynamically. Each table has multiple columns and various calculations need to be done on each column and displayed at the bottom of the column. I am including the code from one table below. The $tablerow generates the table data and the $tablefooter generates the rows at

Re: [PHP-DB] Calculations

2003-08-30 Thread Sebastian Haag
Hi Jerry, JeRRy said: > Hi, > > I am not sure if this is possible or not or in what > format etc. Maybe it's a PHP, mysql or even a > JavaScript thing. But thought I'd post here and see > if people are aware if it is possible for what I want > to do. I have searched alot on the net and yet have

[PHP-DB] Calculations

2003-08-30 Thread JeRRy
Hi, I am not sure if this is possible or not or in what format etc. Maybe it's a PHP, mysql or even a JavaScript thing. But thought I'd post here and see if people are aware if it is possible for what I want to do. I have searched alot on the net and yet have not come accross what I am looking

RE: [PHP-DB] calculations based on checkbox value

2002-03-22 Thread matt stewart
can you post some code, and an exmaple of an input, the current output, and what the desired output would be? -Original Message- From: jas [mailto:[EMAIL PROTECTED]] Sent: 22 March 2002 04:57 To: [EMAIL PROTECTED] Subject: [PHP-DB] calculations based on checkbox value Ok here is my

[PHP-DB] calculations based on checkbox value

2002-03-22 Thread jas
Ok here is my problem, currently I have a form that calculates the number of words in a given textarea. Now what I need to accomplish is using a checkbox to subtract a value based on said checkbox. I have looked for a tutorial on such an item and did not find one so I am asking if anyone out the