Skip to content

A modern Matrimony website where users can register, login, and view their dynamic profiles. Built with PHP, MySQL, and Bootstrap, it features profile pictures, personal details, and a gallery for a complete user experience.

Notifications You must be signed in to change notification settings

Shaoun18/Matrimony-Website

Repository files navigation

Matrimony Website

A simple Matrimony website built with PHP and MySQL. Users can register, login, view, and update their profile dynamically.

Features

  • User Registration
  • User Login
  • Session-based Authentication
  • Dynamic User Profile Display
  • Profile Picture Upload
  • Gallery Section

Technologies Used

  • Backend: PHP, MySQL
  • Frontend: HTML, CSS, Bootstrap
  • Libraries: Lightbox, Venobox, Slick, FontAwesome

Installation

  1. Clone the project to your local server (e.g., htdocs for XAMPP or www for Laragon):

    git clone <repository-url>
  2. Make sure the database credentials in login.php and home.php match your MySQL setup:

    $conn = mysqli_connect('localhost', 'root', '', 'login_page');
  3. Open the browser and navigate to:

    http://localhost/Matrimony-Website/login_user.html
    

File Structure

    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

Usage

  1. Register a new user or use existing credentials.
  2. Login using username and password.
  3. View your profile dynamically on home.php.
  4. Logout using the Logout button.

About

A modern Matrimony website where users can register, login, and view their dynamic profiles. Built with PHP, MySQL, and Bootstrap, it features profile pictures, personal details, and a gallery for a complete user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published