bluebutterflyofyourmind Posted September 28, 2008 Share Posted September 28, 2008 Does anybody know how to use php, mysql, AJAX and all that to create a drag and drop interface? I've seen many newer sites doing it but have no idea how they achieve that interface. any enlightenment? thanks! grant Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/ Share on other sites More sharing options...
corbin Posted September 28, 2008 Share Posted September 28, 2008 MAGIC!!! They just store where users put the blocks on the pages. Can be simple in a small application or it can be crazy depending on the complexity. Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/#findComment-652202 Share on other sites More sharing options...
bluebutterflyofyourmind Posted September 28, 2008 Author Share Posted September 28, 2008 but how does one get the actual drag and drop visuals? how do you create a block to drag? ohhhh soooo many questions Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/#findComment-652348 Share on other sites More sharing options...
corbin Posted September 28, 2008 Share Posted September 28, 2008 Javascript. jQuery has some easy to use drag and drop stuff, so I'm sure some other frameworks do to, or it's possible to code your self. Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/#findComment-652351 Share on other sites More sharing options...
RichardRotterdam Posted September 28, 2008 Share Posted September 28, 2008 I remember answering something similar on this forum http://www.phpfreaks.com/forums/index.php/topic,199285.0.html maybe that will point you in the right direction Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/#findComment-652356 Share on other sites More sharing options...
bluebutterflyofyourmind Posted September 28, 2008 Author Share Posted September 28, 2008 thanks! Quote Link to comment https://forums.phpfreaks.com/topic/126126-drag-and-drop-interface/#findComment-652360 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.