A simple Matrimony website built with PHP and MySQL. Users can register, login, view, and update their profile dynamically.
- User Registration
- User Login
- Session-based Authentication
- Dynamic User Profile Display
- Profile Picture Upload
- Gallery Section
- Backend: PHP, MySQL
- Frontend: HTML, CSS, Bootstrap
- Libraries: Lightbox, Venobox, Slick, FontAwesome
-
Clone the project to your local server (e.g.,
htdocsfor XAMPP orwwwfor Laragon):git clone <repository-url>
-
Make sure the database credentials in
login.phpandhome.phpmatch your MySQL setup:$conn = mysqli_connect('localhost', 'root', '', 'login_page');
-
Open the browser and navigate to:
http://localhost/Matrimony-Website/login_user.html
Matrimony-Website/
│
├── css/
│ ├── style.css
│ ├── responsive.css
│ ├── userProfile.css
│ └── ... (other CSS files)
│
├── images/
│ ├── zibonShathi.png
│ ├── default-avatar.png
│ ├── gallery/
│ │ └── ... (gallery images)
│ └── ... (other images)
│
├── js/
│ ├── jquery.js
│ ├── bootstrap.js
│ ├── lightbox.js
│ └── ... (other JS files)
│
├── pages/
│ ├── allFemale.html
│ ├── allMale.html
│ └── UserProfile.html
│
├── login.php
├── login_user.html
├── home.php
├── profile.php
├── logout.php
└── README.md
- Register a new user or use existing credentials.
- Login using username and password.
- View your profile dynamically on
home.php. - Logout using the Logout button.