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..
- Host: GitHub
- URL: https://github.com/johnnelbaylen/student-information
- Owner: JohnnelBaylen
- Created: 2025-03-31T12:12:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-30T00:56:16.000Z (12 months ago)
- Last Synced: 2025-07-30T02:58:26.935Z (12 months ago)
- Topics: css, php
- Language: CSS
- Homepage:
- Size: 1.95 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```