Web-based-hotel-booking-system
Web-based-hotel-booking-system copied to clipboard
No db
i'm upload on my host, but cant upload db, please help
Hi, sorry for being late since I got issue with my old PC. I already updated the latest files in HotelB folder.
Please go to database folder and export the unleashe_hotel.sql Go to auth.php file to check the db_name, username and password.
For admin username: demo, password: demo The admin url is: your_project_directory/admin
Tested on version 5.6.3 PHP and 5.0 Mysql
- Enjoy reading my spaghetti code.
I've tried your source, and very attractive and nice, just my booking page menu is no menu for product updates or other like features - features of the hotel in general, do I have to do a donation to obtain the feature.
Thank you
in addition, for display on mobile phones less neat if it still can be fixed
This is just a pet project, what you see is what you get.
I don't accept any donation, but I do accept web dev. job. Just email to [email protected]
kindly help me this is the problem am encountering while am trying to run the script
Notice: Undefined index: username in C:\xampp\htdocs\hotel\HotelB\admin\loginauth.php on line 4
Notice: Undefined index: password in C:\xampp\htdocs\hotel\HotelB\admin\loginauth.php on line 5
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\hotel\HotelB\admin\auth.php:7 Stack trace: #0 C:\xampp\htdocs\hotel\HotelB\admin\loginauth.php(7): include() #1 {main} thrown in C:\xampp\htdocs\hotel\HotelB\admin\auth.php on line 7
If you have this issue " Call to undefined function mysql_connect() " check your php version in new version is not method mysql_connect() but mysqli_connect() .
Warning: mysqli_select_db() expects parameter 1 to be mysqli, string given in C:\xampp\htdocs\myhotel\auth.php on line 12. What should I do now??