I have been using jquery mobile for developing a restaurant e-menu for ipad and android tablets.I m done with UI but I need to add functionality to it. I have some queries regarding this.
- I am using a mysql db to store the items, price, etc. and i'm reading it to a html page through php. Is it the best way to store the details of the dish in a db and call it to a html page? If not which is the best way?
- I need to display the items selected/ordered by the user in a separate page. Should I use forms? If not which is the best way to show the ordered items? How do I do that?
If there are any helpful links regarding my queries, Please let me know.
Thank you.