html - MySQL and Form with equation -


so have form looks this

section              | length   | number   dropdown of sections | integer  | integer  

then have sql looks this

section (list of sections) | weight (weight of section) | cost (cost of section) 

the user chose section dropdown, enter number of section required , length of section. user click button add data table underneath form.

on click need chosen section's length multiplied number multiplied weight, , chosen section's length multiplied number , cost. displayed in table this

section    | total length | weight | cost   152x152x25 | 5000         | 25     | 600   

it must able add quite few entries table.

sadly, i'm designer , not programmer, if help, appreciate it.

edit 1. answers used (152x152x25|5000|25|600) example. 2. i'm going use normal linux server deliver html page containing form , table. there "print" print table , "send" email table. plan on populating sql database myself.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -