This project represents my initial attempt to learn web development using PHP. It is a simple Employee Management System that showcases basic functionalities of handling data in a web application.
The Employee Management System is designed to manage employee records using PHP and MySQL. This application allows users to perform CRUD (Create, Read, Update, Delete) operations on employee data, providing a practical example of integrating PHP with a MySQL database.
- PHP: Server-side scripting language used to handle server requests and database interaction.
- MySQL: Database system used for storing employee records.
- JavaScript: Enhances user interaction with dynamic content.
- CSS: Used for styling the web pages.
- User Registration and Login System: Secure user authentication for managing sessions.
- CRUD Operations: Users can add, view, edit, and delete employee records.
- Profile Management: Users can update their profile information.
ajax.php: Handles AJAX requests.config.php: Database configuration settings.database.php: Database connection and operations.form.php,index.php,login.php,logout.php,profile.php,register.php,tabledata.php,user.php: These PHP files provide the user interface and backend functionalities for various aspects of the system.
- Clone this repository to your local machine.
- Set up a MySQL database using the provided configurations in
config.php. - Run the application on a local server (e.g., XAMPP).
- Start by registering a new user or logging in with existing credentials.
- Navigate through the application to manage employee data or update user profiles.