https://github.com/arxsher/php-form-management
A simple PHP web application featuring user registration and feedback collection with form validation.
https://github.com/arxsher/php-form-management
Last synced: 3 months ago
JSON representation
A simple PHP web application featuring user registration and feedback collection with form validation.
- Host: GitHub
- URL: https://github.com/arxsher/php-form-management
- Owner: Arxsher
- License: mit
- Created: 2025-03-05T00:09:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T06:13:48.000Z (7 months ago)
- Last Synced: 2025-03-26T02:41:11.636Z (6 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP User Registration and Feedback System
## Project Description
A simple PHP web application with two main pages:
1. User Registration Form
2. User Feedback System## Features
### User Registration Page (main.php)
- User information collection
- File upload functionality
- Form validation#### Validation Details
- File upload limited to 1MB ZIP files
- First name minimum length: 6 characters
- Required field completion### Feedback Page (cmnts.php)
- User feedback submission
- Session-based comment storage
- Displays recent comments
- Limits to 5 most recent entries## Technologies Used
- PHP
- HTML5
- CSS3
- JavaScript## Files
- `main.php`: User registration form
- `cmnts.php`: Feedback submission system## License
This project is open-source and can be modified freely.