Login
Remember
Register
Reubro Q&A
Questions
Unanswered
Tags
Users
Ask a Question
Ask a Question
values from db to drop down list
0
votes
asked
Mar 4, 2020
in
Php
by
anjali
(
140
points)
how to fetch data from db and show it in dropdown list
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 4, 2020
by
irfan
(
200
points)
Get list from database
use forach loop between <select> tag
<option value="echo value">Echo name</option>
Please
log in
or
register
to add a comment.
Welcome to Reubro Q&A, where you can ask questions and receive answers from other members of the community.
...