Description:
We have to create simple hotel booking software using php,mysql
-there are several process to done the above task .
-first of all create the database for hotel booking system
-database contains 4 tables
1.booking
2.Customer
3.invoice
4.room
-booking table contains (id,arraival,checkout,room,customerid,cotrequire,satelliterequire,gamrequire,service)
-customer table contains(id,firstname,lastname,email,address,city,state,pincode,phone)
-invoice table contains(id,cusmail,chkout,roomno,roomtype,price,total etc..)
-room table contains (id,roomnum,type,price ,etc..)
-download this software
-install wamp software
-import database from download file in phpmyadmin
-configure and run it ..
screen shots:
No comments:
Post a Comment