Jump to content

Ajax MySQL?


Doyley

Recommended Posts

Try looking to see if the scriptaculous library has something that tracks when a block is moved, and everytime the block is moved, send the data set to a php page that can update a mysql field.  You then need to find out whether scriptaculous has a built in function for positioning the blocks before displaying them, and if it does, get the information using the php page, from the database and set the positions, then display the page.  I haven't used scriptaculous in a while, since there was no real need for it with what I do, but I do know what it is.  Just check to see if it has those functions and if it does, then you've got a starting place.  You need an onchange attribute, and a set position function, to start.

Link to comment
https://forums.phpfreaks.com/topic/105411-ajax-mysql/#findComment-544053
Share on other sites

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.