What I need to do is simple, but as I'm a beginner in the PHP and Javascript art, I'm beating myself a little.
What I need to do is the following. I have a screen of requests, where I will register the data of the request, until then, okay. Soon below, I will enter the products in the order, and they will be shown below to be saved as soon as the order is saved.
What I want to do is select a product in a combobox
, click on the add product button, add this product to an array or something and show this array in a table just below. But I would like to do this without updating the page.
Does anyone have any ideas or examples of how to do this?