ddrueding
Fixture
Here is what I need to create:
A simple web page with a list of items (30-50)
1. When you click on an item, it is removed from that page and added to another page.
2. When you click on an item on the second page it is removed from that page and added to the first.
3. Setup can be complicated (involve raw editing of a database or other file), but using the page must be that simple (anyone who can get online can see, understand, and use it)
What is the easiest method to set this up? Is a database of some sort required? Or can clicking the item somehow modify the pages directly?
Thoughts?
A simple web page with a list of items (30-50)
1. When you click on an item, it is removed from that page and added to another page.
2. When you click on an item on the second page it is removed from that page and added to the first.
3. Setup can be complicated (involve raw editing of a database or other file), but using the page must be that simple (anyone who can get online can see, understand, and use it)
What is the easiest method to set this up? Is a database of some sort required? Or can clicking the item somehow modify the pages directly?
Thoughts?