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
$sql = "SELECT f.FoodID, f.Name, f.Price, f.Availability, f.Rating, f.NumberRatings, cat.CategoryName, c.CanteenName FROM Food f INNER JOIN Categories cat ON (cat.CategoryID = f.CategoryID) AND FoodID IN ($format) INNER JOIN Canteen c ON (cat.CanteenID = c.CanteenID)";