include 'header.php';
$res = $db->select ( "select * from ouroffers where id=" . $_REQUEST ['id'] );
$row = $db->get_row ( $res, 'MYSQL_BOTH' );
?>
=$row['name']?>
PDF :
}?>
=$row['description']?>
Other
$bistro_qry=$db->select("select * from ouroffers where id!='".$_REQUEST ['id']."' and active=1 and featured=1 order by id desc ");
while($bistro=$db->get_row($bistro_qry,'MYSQL_BOTH')){
?>