echo ShowValue("dup_coursetypes", "id", "coursename", $selectresult['st_ug_qualification']);
?>
</td>
              <td width="50" align="center" valign="top">&nbsp;</td>
            </tr>
            <tr>
              <td width="140" height="5" align="left" valign="top"></td>
              <td height="5" align="center" valign="top"></td>
              <td width="0" height="5" align="left" valign="top"></td>
              <td width="50" align="center" valign="top"></td>
            </tr>
            <tr>
              <td width="140" height="20" align="left" valign="top">Location</td>
              <td height="20" align="center" valign="top">:</td>
              <td width="0" height="20" align="left" valign="top"><?php 
echo ShowValue("dup_location", "locationid", "name", $selectresult['st_location']);
?>
</td>
              <td width="50" align="center" valign="top">&nbsp;</td>
            </tr>
            <tr>
              <td width="140" height="5" align="left" valign="top"></td>
              <td height="5" align="center" valign="top"></td>
              <td width="0" height="5" align="left" valign="top"></td>
              <td width="50" align="center" valign="top"></td>
            </tr>
            <tr>
              <td height="20" align="left" valign="top">Date of Birth (Gender)</td>
              <td height="20" align="center" valign="top">:</td>
              <td height="20" align="left" valign="top"><?php 
echo $selectresult['st_dob'];
Exemplo n.º 2
0
?>
</td>
        </tr>
        <tr>
        <td width="120" height="30" align="left">Industry Type</td>
        <td width="50" height="30">:</td>
        <td height="30" align="left"> <?php 
echo $op = ShowValue("dup_industry", "industryid", "industryname", $result['job_industry']);
?>
</td>
        </tr>
        <tr>
        <td width="120" height="30" align="left">Functional Area</td>
        <td width="50" height="30">:</td>
        <td height="30" align="left"><?php 
echo $op = ShowValue("dup_industry", "industryid", "industryname", $result['job_function']);
?>
</td>
        </tr>
        <tr>
        <td width="120" height="30" align="left">Posted Date</td>
        <td width="50" height="30">:</td>
        <td height="30" align="left"><?php 
echo $result['job_post_date'];
?>
</td>
        </tr>
      </table>
	  </div>
	  <?php 
if (!empty($_SESSION['stUser'])) {