<select size="1" name="pageing" id="pageing">
<option value="1" selected>10 records per page</option>
<option value="2">20 records per page</option>
<option value="3">50 records per page</option>
</select>
I was wondering if the drop down can pickup from my DB Table's field where it contains "verse" numbers and show to the viewer the number of verses instead of me trying to fill the options?
Bookmarks