I have this drag and drop application and would like to save the location to a database.
When I hit the save button all the correct information is sent to the following.
How do I get the content sent to the <div> into a database.
Thanks in advance for any help received.
When I hit the save button all the correct information is sent to the following.
Code:
<div id="saveContent"></div>
How do I get the content sent to the <div> into a database.
Thanks in advance for any help received.