Greetings.
I have an issue that as yet I cannot address in my limited skills of php scripting. The issue surrounds a form/script that I created. It is to be used as an ordering form for a friend's small enterprise, and is a simple quantity/total script. As it stands, the script gathers the values, multiplies the quantity that you enter by the value per unit and submits the whole thing via e-mail.
That part of the script I made and found fairly easy.
The problem that I am having is where the user of the form enters a quantity, I would like that total to be reflected in a total cost per item (quantity*unit cost) and I need this to be displayed as the user enters the quantity so they can see how much they are spending.
Is this possible without attaching a sql database to it? (I know even less about sql)
Yours hopefully,
Westie