This project is a simple Information Form built using PHP. It allows users to input their personal details, which are then processed and displayed.
- 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.
- PHP 7.x or higher
- A web browser
- Clone the repository:
git clone https://github.com/yourusername/information-form.git
- Navigate to the project directory:
cd information-form
- open your xampp or laragon
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