<div class="form-group">
                        <label>country <?php 
echo tpl_college::college();
?>
 : </label>
                        <select name="<?php 
echo tpl_college::college() . '_' . tpl_college::id_university() . '_update';
?>
"
                                id="<?php 
echo tpl_college::college() . '_' . tpl_college::id_university() . '_update';
?>
"
                                class="form-control">
                            <?php 
$news = new university_lib_ad();
echo $news->select();
?>
                        </select>
                    </div>

                    <button type="submit" class="btn btn-success" id="update" name="update">Save</button>
                </form>
                </br>
                </br>
                <div class="" id="result_massages_update"></div>
            </div>
        </div>
    </div>
</div>