Jump to content

Need help on how to Drag n Drop interact with php and mysql


andz

Recommended Posts

Hi everyone.

 

I need help on how do i implement a drag and drop and interact it with database.

 

here's a sample site: http://www.dhtmlgoodies.com/scripts/drag-drop-custom/demo-drag-drop-2.html

 

every images/items will be taken from database, the user will be able to choose what items/images to drag and drop to another box.

 

and after dragging, it will have a save button which will all the items/images that's being drag and drop will be saved to database.

 

 

The demo you provided is done in Javascript, not PHP...

 

For the umpteenth time, PHP is server-side. A script runs from top to bottom and exits. That's it, no more... It cannot interact with the browser whatsoever after it has died off.

 

PhREEEk

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.