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