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
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
$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");