echo proficiency_dropdown($row_tutor->math);
 ?>
         
                                                 </select>
                                             </li>
                                             <li><label>English:</label>
                                                 <select class="form-select" name="tutor_profile_English" id="edit-profile-english">
                                                     <?php 
 echo proficiency_dropdown($row_tutor->english);
 ?>
                                                 </select>
                                             </li>
                                             <li><label>SAT:</label>
                                                 <select class="form-select" name="tutor_profile_Sat" id="edit-profile-math">
                                                     <?php 
 echo proficiency_sat_dropdown($row_tutor->sat);
 ?>
                                                 </select>
                                             </li>
                                             <li><label>Physical Science:</label>
                                                 <select class="form-select" name="tutor_profile_PhysicalScience" id="edit-profile-math">
                                                     <?php 
 echo proficiency_dropdown($row_tutor->physicalscience);
 ?>
                                                 </select>
                                             </li>
                                             <li><label>World Languages:</label>
                                                 <select class="form-select" name="tutor_profile_WorldLanguages" id="edit-profile-math">
                                                     <?php 
 echo proficiency_dropdown($row_tutor->worldlanguages);
 ?>
                                    </select>
                                </div>

                                <div class="row1">
                                    <label>English:</label>
                                    <select class="form-select" name="tutor_profile_English" id="tutor_edit-profile-english"><option value="0">- None -</option><?php 
echo proficiency_dropdown(-1);
?>
</select>
                                </div>

                                <div class="row1">
                                    <label>SAT:</label>
                                    <select class="form-select" name="tutor_profile_Sat" id="tutor_edit-profile-sat">
                                        <option value="0">- None -</option><?php 
echo proficiency_sat_dropdown(-1);
?>
                                    </select>
                                </div>

                                <div class="row1">
                                    <label>Physical Science:</label>
                                    <select class="form-select" name="tutor_profile_PhysicalScience" id="tutor_edit-profile-physicalscience"><option value="0">- None -</option><?php 
echo proficiency_dropdown(-1);
?>
</select>
                                </div>

                                <div class="row1">
                                    <label>World Languages:</label>
                                    <select class="form-select" name="tutor_profile_WorldLanguages" id="tutor_edit-profile-worldlanguages"><option value="0">- None -</option><?php