views:

22

answers:

0

So I have this shopping list coded in php and js:

http://www.whatcouldicook.com/recipes/planner

So people can add, delete or sort the list and thats fine, I dont want multiple lists and instead just have a list item containing a heading tag to represent a new list.

All this works and then using serialize I can save the ordering/modifying of the list.

I don't know how to get the list contents however as these will be dynamic from the user.

All the code is on that url so hopefully you can examine the code there.

Thanks everyone