hye.
i'm new here.
in php coding as well.
sorry in advance if my questions are stupid question.
but i just can't find the solution even after googled it.
here is my question.
i'm developing an online ordering system.in one part.user need to select the quatity of their order.i'm using select box.the choice limited from 1 to 10.however, even after the user select the quantity (e.g: 6 ) the value will not inserted into database.what i mean is there is no value for the quantity of order in database.is there any specific php coding to made the value inserted in database?
i'm using dreamweaver 8 and MySql.
thank you in advance
i'm new here.
in php coding as well.
sorry in advance if my questions are stupid question.
but i just can't find the solution even after googled it.
here is my question.
i'm developing an online ordering system.in one part.user need to select the quatity of their order.i'm using select box.the choice limited from 1 to 10.however, even after the user select the quantity (e.g: 6 ) the value will not inserted into database.what i mean is there is no value for the quantity of order in database.is there any specific php coding to made the value inserted in database?
i'm using dreamweaver 8 and MySql.
thank you in advance
Comment