$qr_addList=mysqli_query($conn,"SELECT * FROM products WHERE user_id='".$_SESSION['userid']."' AND f_product='N'");
if(mysqli_num_rows($qr_addList))
{
?>
}
//echo "SELECT * FROM products WHERE user_id='".$_SESSION['userid']."' AND f_product='Y'";
$qr=mysqli_query($conn,"SELECT * FROM products WHERE user_id='".$_SESSION['userid']."' AND f_product='Y'");
if(mysqli_num_rows($qr)>0)
{
?>
}
else
{
?>
}
?>
| Currently you do not have any product to show in the Feature Listing Box. http://www.worldwidehealth.com/products.php |
if($_GET['msg']!=="")
{
?>
}
if($_GET['successmsg']!=="")
{
?>
}
?>
You can assign upto 0 products as Feature products that will be displayed in rotation with listings on the right hand feature column of the products Page. Click Here to view this page.
| include('includes/bottom.php');?> |