This repository contains a web-based system designed to facilitate smooth communication between users and advisors. Users can submit requests through the system, which are stored in a MySQL database managed via phpMyAdmin. Advisors can review these requests and provide advice or denial with an accompanying explanation.
User Requests: Users can post their requests, which are stored securely in the MySQL database. 🗃️
Advisor Review: Advisors can access requests and provide advice or deny them, including an explanation. ✅❌
Efficient Workflow: The system ensures streamlined communication between users and advisors, promoting efficient decision-making. 🔄💡
HTML: For structuring the web pages. 🏗️
CSS: For styling the web pages. 🎨
PHP: For server-side logic and handling user-advisor interactions. 🖥️
MySQL: Database management via phpMyAdmin to store and retrieve request data. 🗄️
- Clone the repository:
git clone https://github.com/yourusername/Request-advisors-system.git
-
Set up your MySQL database and import the provided SQL file. 🗂️
-
Configure the database connection in the config.php file. 🔧
-
Deploy the system on a PHP-supported web server. 🚀
-
For Users: Submit requests via the provided form on the system's web interface. 📝
-
For Advisors: Log in to the system, review submitted requests, and provide feedback. 🧑💼
Feel free to submit issues, fork the repository, and send pull requests. Contributions are welcome!
Take a look at the images to see what the website looks like!