</table>
            </div>
                <div class="company_header">
                           <h4>Your Contact Information</h4>
            </div>
   <div class="company_body">
                       <?php 
include_once '../config/category.php';
include_once '../config/country.php';
$ob = new category();
$res = $ob->select();
$ob1 = new country();
$res1 = $ob1->select();
include_once '../config/seeker.php';
$ob = new seeker();
$ress = $ob->seeker_education();
?>
                           <table width="647" border="0">
                             <tr>
                               <th width="342" height="37">* Please mention your Full Name : :</th>
                               <td width="240"><input type="text" name="full_name" id="full_name"></td>
                             </tr>
                             <tr>
                               <th height="33">*Enter your Mobile number :</th>
                               <td><input type="text" name="mobile_no" id="mobile_no" /></td>
                             </tr>
                             <tr>
                               <th height="35">* Country</th>
                               <td><select name="country" id="country" onChange="msg(this.value)">
                               <option value="0">--select--</option>
                               <?php