Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forumify-PHP-MySQL

Overview

Forumify is a lightweight forum website built using PHP, MySQL, and Bootstrap 5. It provides a platform for discussions with features like thread creation, commenting, and a search page. Guests can browse threads or search without logging in, while registered users can create accounts, post threads, and add comments. Alert messages enhance the user experience, and a session-based logout feature ensures security.

Features

  • Guest Browsing and Search: View threads or search without the need to log in.
  • User Authentication: Register, log in, and manage your account securely.
  • Thread Creation: Post new discussion topics.
  • Commenting System: Add comments to threads with real-time alerts.
  • Search Functionality: Find threads using keywords, with or without logging in.
  • Responsive Design: Built with Bootstrap 5 for mobile-friendly UI.
  • Session Management: Secure logout functionality.

Technology Stack

  • Backend: PHP
  • Database: MySQL (forumify.sql provided)
  • Frontend: HTML, CSS (internal styling), and Bootstrap 5

How to Run

  1. Clone this repository:
    git clone https://github.com/MD-ANIKS/Forumify-PHP-MySQL.git
  2. Import the forumify.sql file into your MySQL database.
    • You can use tools like phpMyAdmin or the MySQL command line: mysql -u username -p database_name < forumify.sql
  3. Update the database credentials in the PHP configuration file.
  4. Start your local server (e.g., Laragon, XAMPP, or WAMP) and run the project in your browser.

Contribution

You can feel free to contribute by opening issues or submitting pull requests. Suggestions and improvements are welcome!

License

This project is open-source and available under the MIT License.

About

A responsive forum website built with PHP, MySQL, and Bootstrap 5. Features include user authentication, thread creation, comments with alert messages, a search page, and session-based logout. Guests can browse threads or search without logging in.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages