Supplier Selection PHP Problem Programming Web Development by Motifaithed …;/thead> <?php while($row = mysql_fetch_array($result)){ include('./includes/statuscodes.php'); //additional code $rowSupplier = mysql_fetch_array(mysql_query("SELECT supplier_name FROM… Re: Supplier Selection PHP Problem Programming Web Development by LastMitch **@Motifaithed** >The problem is if you have a lot of request it will take time for you to manually select the supplier one by one, What I want to do is put a checkbox in the first page, have a select all button, and upon submitting the request, the choice is the supplier 1, does removing the function of the 2nd page to select from supplier and…