// Loop 4 times to create 4 drop down boxes
<?php $count = 1;
// Store the values from the database in an array
// Loop until it's reached the end of the database
$resultarray = array();
while($row_pinnt_subjects = mysql_fetch_assoc($pinnt_subjects)) {
$resultarray['subject']=$row;
}
// echo...