Biyernes, Oktubre 26

How to make a hotel reservation system using php with source code

Hi to all visitors, in this tutorial I'm gonna show you how to make a reservation system using php with data base and how to connect your php to your server using CRUD, here are the sample of my hotel reservation which you can use to your own pc using wamp server or xamp. In order to make your own reservation system using php language you need to install first the php editor like Dream weaver, Comodo edit or any kind of php editor, if you don’t have this kind of editor you can use notepad which is always included in your windows Operating system. First is you need to make your own index.php which is your "home" in your website or design your own reservation website and replace the name of your of your home.php to index.php I have here the source code of my own hotel reservation system project and the flow of the system


Step1:
- Install wamp server
- Create a data base from phpmyadmin and name it [bed_breakfast] without the bracket
- Create a 2 new table and name it "costumer" and " user".
-  In costumer table add “15 fields” like this


- Set the ID into auto increment and primary
- And the rest follow the image.
- In user table create 3 fileds like this and make the ID to primary








1 komento: