S
|
swanside 3/26/2009 |
Your are best setting up fields in your mysql table, like quantity, cost, then you can write your sql statement similar to quantity*cost to give you a subtotal. |
C
|
Cjiggy0326 author 3/26/2009 |
Yes i have a MySQL database setup |
![]() |
Sergey Kornilov admin 3/26/2009 |
Answered to your personal email. |
C
|
Cjiggy0326 author 3/26/2009 |
How Do i add a form field to the list page ? |
J
|
Jane 3/27/2009 |
I'm not sure what "add form on th list" mean. $values["Field1"] = $values["Field2"] * $values["Field3"];
|
C
|
Cjiggy0326 author 3/27/2009 |
What i meant by form field is a blank box where i can put a amount that i want to purchase than it gets totaled by the Price and displays in Sub_Total box. |
C
|
Cjiggy0326 author 3/27/2009 |
Let me try to reword this. |
J
|
Jane 3/31/2009 |
Hi, |