moe84 Posted October 17, 2011 Share Posted October 17, 2011 Hi all I am building a website for a restaurant where the registered user can do booking in the booking page where user finds the booking form. my problem is I created the log in system but cannot workout with the booking page. I have this scenario - Customer visits site & registers details (name, email etc) on a "registration page" (creating a username & password which goes into your database) - done that Next day, customer visits site and logs in on a "log in page" using the username & password from the previous day which is now stored in your database. Can now make a booking based on this log in. (cannot do this) Quote Link to comment https://forums.phpfreaks.com/topic/249288-help-me-with-the-reservation-system-please/ Share on other sites More sharing options...
xyph Posted October 17, 2011 Share Posted October 17, 2011 Have you attempted this? Do you have an outline of what you need to accomplish? What PART is troubling you? Quote Link to comment https://forums.phpfreaks.com/topic/249288-help-me-with-the-reservation-system-please/#findComment-1280073 Share on other sites More sharing options...
therelelogo Posted October 18, 2011 Share Posted October 18, 2011 i imagine a good way to do this (as i thought about doing one for my restaraunt where i work) would be... create a page with the layout of your restaraunt, for example, put little "tables and chairs" as they appear in real life, onto the page. when a logged-in user clicks one it would "reserve" it in a database for a specific night. i think that would be the best way, you just need to call the tables like table1, table2 etc so your script knows whuich to reserve. you could also show underneath the pictures of the tables [Reserved] or [available] as needed if it was help in actually setting up the log-in feature, theres some decent tutorials on how to do this (my knowledge is limited) hope this helps Quote Link to comment https://forums.phpfreaks.com/topic/249288-help-me-with-the-reservation-system-please/#findComment-1280096 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.