include "site_admin/connectionmain.php";
?>
Special Offers
$sql="select * from pdflink
where link_page='2' ";
$rs=mysql_query($sql);
while($row=mysql_fetch_array($rs))
{
$filename=$specialoffer_path."/".$row["link_href"];
?>
- echo $row["link_title"]?>
}
?>