How can I output all rows found by a sql query execpt the first row found?
Why do I want to do that?
I'm modifing cube cart and I would like to display the full details of the first product within a catagory and just links to all other products in that catagory.
I have copied the section of code that displays the catagorys and set the first sql stament to "LIMIT 1". Now I just need to set the secound Sql stament to display all execpt the first row.