- This Project assignment for Summergeeks by Innovancer
- It is hosted at http://almat.almafiesta.com/assignment/
- Used php as backend language and html css (using bootstrap as framework) as frontend.
- Mysql as database.
- One can register ( check-in) a guest along with host details.
- Host will get a mail.
- When Host is checked-out mail will be send to host.
- One can also see the list of all visited custmers.
-
Index.html : It contains registration form If form is submitted it goes to checkin.php
-
checkin.php : It connects to database and insert the provided guest data in the table. It also sends mail.
-
checkout.php : It connects to database and displays the data of geust who have checked in. User can be selected and then checked out ( and redirected to out.php).
-
out.php : It removes the data as provided by checkout.php. And then sends the mail.
-
list.php : It displays all the users that have checked in or checked out.
Index Page ( @time of Chcek-in) |
---|
checkout page ( @time of Chcek-in) | list page |
---|---|
Mail sent to visiter ( @time of Chcek-in) | mail send to Host( @time of Chcek-out) |
---|---|