<?php
$sql="SELECT * FROM jos_chronoforms_addreviewcompany ";
$rs=mysql_query($sql);
?>
<div id="DivId1" style="display:none;"></div>
<?php
while($row=mysql_fetch_array($rs))
{
?>
<table width="650" border="0" cellspacing="5" cellpadding="5">
<tr>
<td width="150" align="left" valign="top">
<img src="/<?php echo 'components/com_chronocontact/uploads/AddReviewCompany/'.$row['filLogo'];?>" border="0" alt="<?php echo $row['txtLogoAlt'];?>"/>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="left">
<a href="http://www.biointelligence.in/index.php?option=com_chronocontact&chronoformname=EditReviewCompany&reviewcompany_id=<?php echo $row['cf_id'];?>" title="Edit">
[Edit]
</a>
</td>
<td align="right"><div style="display:none;"> <a href="#"title="Delete" onClick="document.getElementById('DivId1').style.display='block';DeleteAjax('index.php',<?php echo $row['cf_id'];?>,'DivId1');setTimeout('window.location.reload()',1000)">
Delete
</a>
</div></td>
</tr>
</table>
</td>
<td align="left" valign="top">
<strong><?php echo $row['txtcompanyname'];?></strong><br>
<?php echo $row['txtShortDescription'];?>
</td>
</tr></table>
<?php
}
?>
</div>
Set as favorite
Bookmark
Email this
Hits: 80
Comments (0)

Write comment
