Simple IT Discussion Forum project is developed using PHP, CSS, HTML, and JavaScript. It has all the essential features required for the online discussion. This project contains the admin side where he/she can add, edit, delete, view and also the user side. The Admin plays the main role in the management of the system. In this project, all the main functions are performed from the Admin side.
Table of Contents
About Simple IT Discussion Forum In PHP
This is a simple online discussion site in PHP. Here you can send your work-related or language related question to different users. You can specify the problems with your question regarding the subject matter. Once you post your question then another student can reply too them.
How To Run Simple IT Discussion Forum In PHP ?
After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on database tab
- Create database naming “dbforum” and then click on import tab
- Click on browse file and select “dbforum.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/forum/”
Register to get your username and password.