This project demonstrates a basic PHP web application that:
- Collects user data using an HTML form
- Saves the data into a MySQL database
- Displays all user records in an HTML table
- PHP + MySQL integration using
mysqli - User registration form (
form.html) - Data processing and storage (
submit.php) - Display all data from the database (
view.php,fetch_all.php) - Responsive and styled HTML tables
- PHP
- MySQL
- HTML/CSS
- Notepad++ (for editing)
- XAMPP (Apache + MySQL server)