An open API service indexing awesome lists of open source software.

https://github.com/johnnelbaylen/student-information

A simple form interface for collecting and managing basic student details such as name, age, course, and contact information..
https://github.com/johnnelbaylen/student-information

css php

Last synced: 11 months ago
JSON representation

A simple form interface for collecting and managing basic student details such as name, age, course, and contact information..

Awesome Lists containing this project

README

          

# Information Form

## Overview
This project is a simple Information Form built using PHP. It allows users to input their personal details, which are then processed and displayed.

## Features
- User-friendly form with fields such as Name, Email, Phone, and Address.
- Data validation to ensure correct input format.
- Secure data handling with basic sanitization.
- Styled using CSS for better user experience.

## Requirements
- PHP 7.x or higher
- A web browser

## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/information-form.git
```
2. Navigate to the project directory:
```sh
cd information-form
```
3. open your xampp or laragon

## File Structure
```
student-info-system/
├── public/
│ └── icon.png # Project icon
├── src/
│ ├── components/
│ │ ├── index.php # Main form page
│ │ ├── review.php # Review form page
│ │ └── thankyou.php # Thank you/confirmation page
│ └── styles/
│ ├── info.css # Styles for the information form
│ ├── style.css # Styles for login or base layout
│ └── thankyou.css # Styles for thank you page
└── README.md # Project documentation

```