Facebook
From mCelal, 3 Years ago, written in PHP.
This paste is a reply to Untitled from Eratic Meerkat - view diff
Embed
Download Paste or View Raw
Hits: 175
  1. while ($rows = mysqli_fetch_array($result)) {
  2.         echo '<option value="' . $rows['ptname'] . '">' . $rows['ptname'] . '</option>';
  3. }