Hi i need a little advice

i need to build a website where user login and get some sort of form where they can order their meal form a list for every day in a month.
how can i achive this?
the admin must be able to view ecah user order for a whole month.

does any body have some suggestion

Recommended Answers

All 4 Replies

Member Avatar for diafol

Do you know any php and mysql?

yes.i was thinking about doing this via a php calendar script but had a hard time trying to fiqure out how to store each date of a calendar to mysql.is there another way i can approche this

Use a form textfield. On click, display jQuery date picker. Select the date and it auto updates in the textfield. Then upon submit, the date will be stored in MySQL.

how can i use date picker when i have to add entry for 30 days?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.