Hi,
Im trying to get a less than or equal to (<=) query to work.
$query = "SELECT ProductId, Album, Artist, Stock FROM storeritem WHERE Stock="0" ";
This is the current code i am using. Is there something wrong or missing from this?
its got all the other code in to display because if i remove the WHERE Stock="0" from the query it shows all the items.