This repository contains a PHP project for creating a student registration form and storing the data in a database using PHP.
- PHP (version 5.6 or higher)
- MySQL or compatible database management system
- Web server (e.g., Apache or Nginx)
- Web browser
-
Clone or download the project files to your local machine.
-
Create a new database in your database management system.
-
Import the
database.sql
file located in the project's root directory into your newly created database. -
Upload the project files to your web server's document root directory.
-
Access the project's URL in your web browser.
-
Fill out the required fields in the student registration form.
-
Click the "Submit" button to submit the form.
-
The PHP script will validate the form data and store it in the database.
-
If the data is successfully stored, you will see a success message. Otherwise, an error message will be displayed.
-
You can view the registered students' data by accessing the "View Students" page from the navigation menu.
Contributions to this project are welcome. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.