Suppose this,
User: collects products in a shoping cart.
User: safe his choices for this cart.
User: some time later, he load the safed shoping cart to modify its contents.
Now what I want to do:
The process of safing choices, done without database using. i.e XML file.
The load process done from the that file THEN the modification comes back to be done from the data base, where the interface will be the same as the first process.
IS this possible?
Please tell me about any tutorial may be usefull.🙁