Reservations Site

Reservations Site
We’re doing a reservation page for a boat club (school project), we have the database/mysql queries and GUI completed, all we need now is help with a php login, logout page, as well as submit reservation to database and a reservation confirmation page. lastly, we need to be able to show queries for usage tracking for the administrator. we’re about 85% done but the PHP has been taking a while to figure out.
-The login page code will take the user’s name and password, confirm that it is correct and log them into the reservation page.
-The reservation page will allow users to rent a boat for a specific date and time and enter the reservation to the database. Once a user submits a reservation, the reservation will be available to view on the “reservations” page of the site.
-The ‘reservations’ page will display a member’s reservation (if they have one) and will have a “cancel reservation” option that allows a user to cancel their reservation.
-Administrator’s “track usage” page will display queries we’ve created to track usage.

This is all we need, pretty simple stuff but we’re learning as we go and we want to get this done quick.

Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *