if($_REQUEST['id']!=''){
$tip_qry=$db->select("select * From tipsreceipies where id='".$_REQUEST['id']."'");
$tips=$db->get_row($tip_qry,'MYSQL_BOTH');
?>
echo $tips['description'];
?>
}else
{
$tip_qry=$db->select("select * From tipsreceipies");
while($tips=$db->get_row($tip_qry,'MYSQL_BOTH')){
?>
echo $tips['description'];
?>
}}?>
=ucfirst($tips['title'])?>
Other Tips & Recipes
-
$qry=$db->select("select * From tipsreceipies where active=1 order by id desc");
while($listing=$db->get_row($qry,'MYSQL_BOTH')){
?>
- =$listing['title']?> }?>