Hi, I have a database set up for a FAQ. For each question I have a order where each question is giving a numerical placing with default being 0. I had 9 records and they sorted fine ASC. When I added the 10th record it showed up between 1 and 2. How can I have it so that the records will show up correctly in order? I query the database simply with $query_faq = "SELECT * FROM faq ORDER BY `order` ASC";
Thank you in advance for help.
Rob
Start Free Trial