Welcome to the ATIWeb Lecturer Portal repository! This portal is designed for lecturers at ATI to manage their details and access relevant functionalities.
- Lecturer registration with details collection.
- Login functionality with sessions handling.
- Dashboard for lecturers to perform reserved functions.
- Logout functionality.
- PHP installed on your server.
- MySQL database to store lecturer and course information.
-
Clone the repository:
git clone https://github.com/your-username/ATIWeb-Lecturer-Portal.git
-
Create a MySQL database named
ATIWEB
and import the provided SQL script in thedatabase.sql
file. -
Update the database connection details in
config.php
:$host = "your_database_host"; $username = "your_database_username"; $password = "your_database_password"; $database = "ATIWEB";
-
Ensure your web server is configured to serve PHP files.
-
Navigate to the project directory in your web browser.
- Access the registration page at
http://your-domain/register.php
to register as a lecturer. - Login with your credentials at
http://your-domain/login.php
. - Explore the lecturer dashboard at
http://your-domain/dashboard.php
.
Contributions are welcome! If you find any issues or have suggestions for improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License.
- Thank you to SAFNI mj for developing this project.