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 * FROM menu_items WHERE parent = ? ORDER BY ORDER DESC
but it throws an error at me stating there is an error in my syntax... and anyway i try to make it work its not wanting to work correctly? Is it possible to use the WHERE clause with the order by?
After posting this topic and placing my SQL statement in the code box I realized that SQL was interpreting my "order" field as another ORDER so, changed the name of the order field and walla it worked. No longer need help on this. Thanks though!