PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
SELECT prdct.ProductID, prdct.ProductName, prdct.UnitPrice, prdct.Availability, prdct.Category, category.CategoryName FROM products as prdct RIGHT JOIN categories as category ON CategoryID = prdct.Category LIMIT %d, %d