0
I need a PHP help... as soon as the user clicks on a SELECT option, it is shown on the same page, below the form.
could give me an idea of how to do?
EXAMPLE:
Value 1 Value 2 Value 3
As soon as the user chooses a value appear in the HTML page below and if he continues to choose other values as soon as click the button continue displaying one under the other in the HTML...
You have an initial code ?
– MagicHat
For this you don’t even need to use PHP. You can do it with html and javascript/jQuery. But show what you’ve tried before!
– alan
You can make a Jquery request, as @Alan quoted would not necessarily require PHP, unless the values to be shown come from a database.
– Wagner Soares