 |
 |
| include("includes/left_nav.php");?> |
| |
| |
|
|
Current Career Openings:
| S.no. |
Position/ Job Title |
Location |
Details |
include("includes/conn.php");
$str="select * from jobs_internal where status='publish' order by sr_no";
$result=mysql_query($str) or die("cannot fetch details of internal jobs");
while($row=mysql_fetch_array($result))
{
$sr_no=$sr_no+1;
$job_code=$row["job_code"];
?>
| echo $sr_no;?>. |
echo $row["job_title"];?> |
echo $row["location"];?> |
Get Detail & Apply Online |
}
?>
|
|
|
| |
|
| include("includes/bot_nav.php");?> |
|