From f5e5cfa6c26e6f41af74c33a5a6726e50ef164f1 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 24 Aug 2023 22:52:23 +0530 Subject: Lab03 - Create a Registration form using HTML Forms --- Lab03/README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Lab03/README.md (limited to 'Lab03/README.md') diff --git a/Lab03/README.md b/Lab03/README.md new file mode 100644 index 0000000..fad07c2 --- /dev/null +++ b/Lab03/README.md @@ -0,0 +1,36 @@ +# Lab03: Registration Form Webpage +This directory contains the necessary files for a simple registration form webpage. +The registration form collects various details from the user, such as their first name, last name, gender, registration number, phone number, email address, and department. + +## Table of Contents + +- [Description](#description) +- [To-Do List](#to-do-list) +- [Brief Look](#brief-look) + +## Description + +The HTML code in this directory defines a basic registration form with the following input fields: + +- First Name +- Last Name +- Gender +- Registration Number +- Phone Number +- Email Address +- Department + +Users can input their information and select their department from the provided radio buttons. Upon submission, the form data is sent to the "/insert.php" endpoint using the HTTP POST method. + +The portfolio website provides a brief introduction about me, my skills, projects and how to contact me. It is built using basic HTML and CSS and makes use of HTML Tables to showcase my work in a clean and organized manner. + +## Brief Look +Here is a screenshot of the current look of the website: +![Website Screenshot](screenshot-lab03.png) + +## To-Do List + +- [x] Create the HTML registration form. +- [x] Create an `insert.php` file. +- [ ] Configure the `insert.php` file to connect to the MySQL server. +- [ ] Write PHP code in `insert.php` to handle form data and insert it into the database. -- cgit v1.2.3