Hello list
This question has probably already been asked, but let me ask again
I have a mysql database to which I connect with my php scripts. The
database contains articles. Name, Unit_Price and Reference
Now my client needs to order 5 items, click a button and a table with 5
lines and 3 columns appears (until now easy)
In the first column is a drop down box with a <select > and <options> in
which I store all possible names.
I would like than whenever the client changes one of the boxes (in my
case there are 5) the Unite_Price column and Reference column in the
line he just choose get automatically updated
I search all over the web but I could not find it.
Thank you for your help
Alex
This question has probably already been asked, but let me ask again
I have a mysql database to which I connect with my php scripts. The
database contains articles. Name, Unit_Price and Reference
Now my client needs to order 5 items, click a button and a table with 5
lines and 3 columns appears (until now easy)
In the first column is a drop down box with a <select > and <options> in
which I store all possible names.
I would like than whenever the client changes one of the boxes (in my
case there are 5) the Unite_Price column and Reference column in the
line he just choose get automatically updated
I search all over the web but I could not find it.
Thank you for your help
Alex
Comment