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

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.

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.