Advertisement
qiTsuk

Untitled

Apr 5th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <select name="subcategory_select">
  2.                 <?php
  3.                 $result2 = mysqli_query($dbc, $q2);
  4.                 while ($row = $result2 -> fetch_assoc()) {
  5.                     echo '<option value="' . $row["SubCategory"] . '">' . $row["SubCategory"] . '</option>';
  6.                 }
  7.                 ?>
  8. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement