Skip to content

sayed-soeb/php_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Registration Form PHP Project

This repository contains a PHP project for creating a student registration form and storing the data in a database using PHP.

Requirements

  • PHP (version 5.6 or higher)
  • MySQL or compatible database management system
  • Web server (e.g., Apache or Nginx)
  • Web browser

Installation

  1. Clone or download the project files to your local machine.

  2. Create a new database in your database management system.

  3. Import the database.sql file located in the project's root directory into your newly created database.

  4. Upload the project files to your web server's document root directory.

Usage

  1. Access the project's URL in your web browser.

  2. Fill out the required fields in the student registration form.

  3. Click the "Submit" button to submit the form.

  4. The PHP script will validate the form data and store it in the database.

  5. If the data is successfully stored, you will see a success message. Otherwise, an error message will be displayed.

  6. You can view the registered students' data by accessing the "View Students" page from the navigation menu.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

student registration form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published