Hi all I'm having a problem with the following query: $query="SELECT*FROM table WHERE field='field' LIMIT 0, 10 ORDERY BY id ASC";
Table, field, etc aren't the actual values, but I know they aren't the problem because when I take out LIMIT or ORDER BY it works fine. I'd tried switching the order, placing ORDER BY first. What order should all this be in? Thanks for any help.