SQL to show if NOT x and Not x and records exists ie greater than 0
Details in PM
Details in PM
if (($WADAtbl_directorylistings->getColumnVal("fldpackage") ."" == "hotSite" || $WADAtbl_directorylistings->getColumnVal("fldpackage") ."" == "hotPage" ) && $RecordsetName->TotalRows ) {
and
<?php
$postCount = countPostsForhorse($WADAhorses->getColumnVal('horseid'));
if ($postCount) {
?>
<li><a href="<?php echo $serverDomain; ?>/details/horse/<?php echo strtolower(str_replace(' ','_',trim($WADAhorses->getColumnVal("horse_name")))); ?>.<?php echo($WADAhorses->getColumnVal("horseid")); ?>"><i class="far fa-clock"></i>Timeline Posts: # <?php echo($postCount); ?></a></li>
<?php
}
?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.