We click on this button to select new button
Answers
Answered by
0
Explanation:
<select id = "statement" name = "statement">
<?php
$select = "SELECT name FROM Statements";
$res = $conn->query($select);
while($row = $res->fetch_assoc()){
echo "<option value=\"" . $row['name'] . "\">" . $row['name'] . "</option>";
}
?>
</select>
☛------------Finish-------------☚
Similar questions
Political Science,
4 months ago
Economy,
4 months ago
Hindi,
4 months ago
Science,
8 months ago
Math,
1 year ago