'Yes' ORDER BY pol_order"; $result = $conn->query($sql); while($row = $result->fetch_assoc()) { if($row) { $pol_image = $row['pol_image']; $pol_url = $row['pol_url']; $pol_description = $row['pol_description']; $pol_title = $row['pol_title']; $pol_video = $row['pol_video']; // image only if($pol_image != "" && $pol_video == "") { if($pol_url != " ") { echo "
  • $pol_title
  • "; } else { echo "
  • $pol_title
  • "; } } // image and video if($pol_video != "") { echo "
  • $pol_title
  • "; } $cntrx++ ; } } ?>
'Yes' ORDER BY pol_order"; $result = $conn->query($sql); while($row1 = $result->fetch_assoc()) { if($row) { $pol_image = $row1['pol_image']; $pol_url = $row1['pol_url']; $pol_description = $row1['pol_description']; $pol_title = $row1['pol_title']; $pol_video = $row1['pol_video']; //if($pol_url != "") //{ // echo "$cntr"; // } // else // { echo "$cntr"; // } $cntr++ ; } } ?>

FAQ: Learn More