galvin Posted September 25, 2009 Share Posted September 25, 2009 JUST A QUESTION (sorry if this is the wrong place to post general questions)... Is it possible to create something similar to NetFlix's drag-and-drop queue using only PHP and MySQL? In other words, I want to have a list of things (numbered 1 thru whatever) and need to be able to re-order them by clicking on one and dragging it to it's new spot in the list and having it drop in and have all the ones below it drop down one space. I would then be updating a MySQL database with the new "ranking" for each thing in the list. If it can't be done with just PHP/MySQL, please let me know what languages are needed to do this type of thing. And if anyone knows of any tutorials on this type of drag-and-drop functionality, please share. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/175528-netflix-esque-drag-and-drop-list/ Share on other sites More sharing options...
mikesta707 Posted September 25, 2009 Share Posted September 25, 2009 AJAX is what you are looking for Quote Link to comment https://forums.phpfreaks.com/topic/175528-netflix-esque-drag-and-drop-list/#findComment-924934 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.