select("select * From tipsreceipies where id='".$_REQUEST['id']."'"); $tips=$db->get_row($tip_qry,'MYSQL_BOTH'); ?>

<?=ucfirst($tips['title'])?>

Other Tips & Recipes

    select("select * From tipsreceipies where active=1 order by id desc"); while($listing=$db->get_row($qry,'MYSQL_BOTH')){ ?>
select("select * From tipsreceipies"); while($tips=$db->get_row($tip_qry,'MYSQL_BOTH')){ ?>

<?=ucfirst($tips['title'])?>