select ( "select * from ouroffers where id=" . $_REQUEST ['id'] ); $row = $db->get_row ( $res, 'MYSQL_BOTH' ); ?>

PDF : pdf

Other

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')){ ?>