<label>specialty <?php 
echo tpl_students::students();
?>
 : </label>
                        <select name="<?php 
echo tpl_students::students() . '_' . tpl_students::id_specialty() . '_update';
?>
"
                                id="<?php 
echo tpl_students::students() . '_' . tpl_students::id_specialty() . '_update';
?>
"
                                class="form-control">
                            <?php 
$new = new students_lib_ad();
echo $new->find_specialty();
?>
                        </select>
                    </div>

                    <div class="form-group">
                        <label>university <?php 
echo tpl_students::students();
?>
 : </label>
                        <select name="<?php 
echo tpl_students::students() . '_' . tpl_students::id_university() . '_update';
?>
"
                                id="<?php 
echo tpl_students::students() . '_' . tpl_students::id_university() . '_update';