raf2005 Posted April 2, 2007 Share Posted April 2, 2007 Hi, I have a javascript driven GUI which includes tabs, and a drag and drop engine. Q: How do I save the state of this GUI onto the server so the user can pick up where s/he left off? This solution should let me add features to the GUI for the user later on as the page develops. For example, there are two lists (available objects, and selected objects) which the user can drag and drop between. I would like to save his selection onto the server for subsequent visits. However in the future I would like to easily add to the "available objects" category (or perhaps remove an object altogether) without hosing the user's account. Additionally, can anyone recommand any good references on developing a javascript GUI with a PHP backend? Quote Link to comment 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.