Posts by Robson Macedo • 1 point
1 post
-
-2
votes2
answers36
viewsA: How to take selected value from Dropdown Menu and insert into a PHP variable?
First I would use a select to take the user’s choice and put it into a form, this way: Select the Search <form action="/test2" method="post"> @csrf <select name="select_data"…