| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/samaj/samaj/ |
| Current File : /home/udaipurk/public_html/websites/samaj/samaj/job.php |
<?php include('header.php'); ?>
<br>
<section id="sidebar-popular-post">
<div class="ccr-gallery-ttile">
<span></span>
<p><strong>Search Jobs</strong></p>
</div> <!-- .ccr-gallery-ttile -->
<form action="http://jobsearch.monsterindia.com/searchresult.html" target="_blank">
<table WIDTH="100%" border="0" cellspacing="0" cellpadding="3">
<tr> <TD width="255px"><img src="http://media.monsterindia.com/monster_jobsearch.gif"
hspace="5" align="absmiddle" style="width:50%"></TD><td bgcolor="#FFFFFF"> <input name="fts" type="text" value="" > <input type="submit" name="submit" value="Search" ></td> </tr>
</table>
</form>
<form method="get" action="http://www.google.com/search" target="_blank">
<table WIDTH="100%" border="0" cellpadding="3"> <tr><TD width="255px"><img src="image/google.jpg"
hspace="5" align="absmiddle" style="width:50%"> </TD><td> <input type="text" name="q" maxlength="255" value="" /> <input type="submit" value="Search" /></td></tr> <tr><td align="center" style="font-size:75%"> <br /> </td></tr></table> </form>
</section>
<section id="sidebar-popular-post">
<div class="ccr-gallery-ttile">
<span></span>
<p><strong>Available Jobs</strong></p>
</div> <!-- .ccr-gallery-ttile -->
<ul>
<?php
$query=mysqli_query($link,"select * from job_post order by j_id desc");
while($res=mysqli_fetch_array($query))
{
$job=$res['j_id'];
?>
<li>
<img src="admin/<?php echo $res['photo']; ?>" alt="">
<div class="date-like-comment">
<a class="like" href="<?php echo "job_detail.php?job=$job"; ?>">Job Posted Date: <?php echo $res['date']; ?></a>
</div>
<a href="<?php echo "job_detail.php?job=$job"; ?>"><?php echo $res['title']; ?></a><br>
<span ><span style="color:#CE532A">Skills Required: </span><?php echo $res['skill']; ?></span>
</li>
<?php } ?>
</ul>
</section>
<?php include('footer.php'); ?>