I'm working on this site: http://www.wesleyanyouth.com/event2/ and what I'm wanting to do is be able to select an item in one of the boxes and add it to the current event box. Eventually I'd like to be able to save and reorder items in the current events box.
what code would I put behind the add button to move it to the current event box?
You would be better off looking into some JavaScript code because doing this in PHP would require you to reload the page after every item is added.