PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Well, if I understand correctly you just need to complete the <form> tag's, and have the value's passed by say $_POST to another file, or even the same file and have a database query execute using the POST values.
After adding data to a database and displaying the data in a combo box and when the user selects a entry from the combo box I am wanting that entry to do something. For example display a certain amount of products from another database table.