TourHobe.BD is a dynamic web application designed for managing and exploring tour packages. The project integrates frontend, backend, and database technologies to provide a complete solution for both users and administrators.
- View Tour Packages: Browse through available tour packages with details and images.
- Booking System: Make bookings directly through the application.
- Contact Form: Send inquiries or messages through the contact page.
- Admin Dashboard: Manage tour packages, user inquiries, and bookings.
- Secure Login: Administrator authentication with credentials.
- HTML: For structuring webpages.
- CSS: For styling and layout.
- PHP: For server-side logic and dynamic content.
- MySQL: For storing user, booking, and package information.
- Various images are included to enhance the user experience.
- Install XAMPP, WAMP, or any equivalent local server environment.
- Ensure MySQL is installed and running.
-
Clone the Repository:
git clone https://github.com/your_username/TourHobe.BD.git
Navigate to the project folder:
cd TourHobe.BD
-
Move Project Files: Place the extracted files in the
htdocs
directory (for XAMPP) or the equivalent directory for your server. -
Set Up the Database:
- Open phpMyAdmin.
- Create a new database named
tour_hobe_bd
. - Import the
tour_signup.sql
file into the database.
-
Configure Database Connection:
- Open the
connection.php
file in the project. - Ensure the database credentials match your setup:
$servername = "localhost"; $username = "root"; $password = ""; $dbname = "tour_hobe_bd";
- Open the
-
Run the Application:
- Start Apache and MySQL services.
- Open your browser and navigate to:
http://localhost/TourHobe.BD
TourHobe.BD/
├── Tour Hobe BD/
│ ├── css/
│ ├── image/
│ ├── about.php
│ ├── admin.php
│ ├── booking.php
│ ├── contact_us.php
│ └── ...
├── tour_signup.sql
└── README.md
-Tahmid Sattar
- Email: [[email protected]]
-*Md. Sive Saqline
- Email: [[email protected]]
- Thanks to open-source tools and libraries that made this project possible.