You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$results = mysqli_query($db, "SELECT * FROM EqManage.categories");
while ($row = mysqli_fetch_array($results)) {
$total = 0;
$results2 = mysqli_query($db, "SELECT categories.id, categoryName FROM EqManage.categories left join equipment e on categories.id = e.category where categories.id =".$row['id']." and equipment is not null");