AshleyByrom Posted November 8, 2009 Share Posted November 8, 2009 Okay I don't think my organisation of this was the best way to do it but here is my problem. I have a MySQL table which lists of load of 'pages'. (My website is CMS based and each row is a page.) I have two types of pages. Main or Child. Child pages have a Parent (which is one of the main pages). You can probably see how this is going. I have a navigation that lists all the 'main' pages and when you mouseover it you see a dropdown of sub-pages (all the child pages for that parent page) I would like to create some sort of tool in the CMS Cp that allows the admin to drag and drop the pages so they are displayed in a certain order. I've tried ordering them by ID but it gets too confusing when switching orders and switching IDs. Hopefully you will understand this and somebody has had this problem before? - Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/180746-phpjavascriptmysql-ordering-rows/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.