I want PHP coding to show textbox when clicking a item from dropdown list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want PHP coding to show textbox when clicking a item from dropdown list

10th Sep 2018, 1:30 PM
Jenitha D
Jenitha D - avatar
2 Answers
+ 5
Try this syntax to create a dropdown list: <select> <option>Option 1</option> <option>Option 2</option> <option>Option 3</option> </select>
10th Sep 2018, 2:11 PM
Email Not Activated
+ 1
jenitha D try using html <select>
10th Sep 2018, 1:50 PM
Manual
Manual - avatar