il tag option ti permette di impostare un attributo "value" http://www.w3.org/TR/2013/CR-html5-2...option-element

codice:
<option value="<?php echo $row['id']; ?>"> <?php echo $row['first_name']; ?> <?php echo $row['last_name']; ?></option>