hello
first week with php 🙂
I am trying to read from a table named store_items and
i get an syntax error using the 'order by' command. Without this command everything is working.
code:
$get_items = "select id, item_title, item_price from store_items where cat_id = $cat_id order by item_title";
Can anybody help a begginer?
Thanks