I want to count the amount or records in a SQL query then loop them in a drop down box
so
SQL Query Count RECORDS
Then set
$i = 1;
while count > $i carry one
how do I write these mySQL/PHP lines??
Depends; how much study have you done so far and how far have you got in doing it yourself?