0% found this document useful (0 votes)
13 views10 pages

New Final PHP Micro - 111638

The document outlines a microproject by a group of students at Dharampeth Polytechnic to develop a PHP-based web form with MySQL database connectivity. The project aims to enhance understanding of web development, focusing on user-friendly data input and secure storage. It includes a detailed action plan, resources required, and expected outcomes from the project execution.

Uploaded by

diabhiv37
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views10 pages

New Final PHP Micro - 111638

The document outlines a microproject by a group of students at Dharampeth Polytechnic to develop a PHP-based web form with MySQL database connectivity. The project aims to enhance understanding of web development, focusing on user-friendly data input and secure storage. It includes a detailed action plan, resources required, and expected outcomes from the project execution.

Uploaded by

diabhiv37
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

DHARAMPETH POLYTECHNIC

Session :- 2024- 2025


SUBJECT:- PHP

BRANCH:- CM

ROLL NO:- 50,51,52,55

TOPIC:- UI FORM WITH DATABASE CONNECTIVITY

SUBMITTED TO:- Miss.Achal Wadgure

Group members:-

1)RISHABH BHAGADKAR (50)

2) ABHIJEET YADAV (51)

3)RUGVEDIKA BARASKAR (52)

4) ABHILEKHA JILHARE (55)


Annexure-1A

PART A – PLAN

A Registration Form
.

1.0 Aim/ Benefits of the microproject -

The aim of this project is to develop a simple yet functional PHP-based web
form that allows users to input data and store it in a
MySQL database. The form incorporates basic UI components such as text
fields, radio buttons, checkboxes, dropdowns, and a
textarea to ensure user-friendly interaction.

Benefits of having a form :

Enhances understanding of PHP and MySQL database connectivity.


Demonstrates how to build and manage web forms efficiently.
Provides hands-on experience in full-stack web development.
Ensures structured data storage for future retrieval.

2.0 Course Outcome Addressed:


A Student Online Registration Form
3.0 Proposed methodology –
> first abhijeet yadav start palnning and make introduction about how was our
project is going to

> accordingly abhilekha jilhare started collecting information or resources that are
needed by project

>the material for chart and algo is provided by rugvedika baraskar

> rishabh bhagadkar make / prepare a chart of it and and algorithm

>And finally we execute and print the form together .

4.0 Action Plan:-


SR NO Details of activity Planned Planned Name of responsible
Start Finished Date team members
Date
1 Making 21/02/25 21/02/25 AbhiJeet Yadav
introduction
2 Collecting 22/02/25 22/02/25 Abhilekha jilhare
information
3 Material for 23/02/25 23/02/25 Rugvedika Baraskar
chart
4 Preparation 24/02/25 24/02/25 Rishabh Bhagadkar
of chart
5 Print the form 25/02/25 25/02/25 By all team members
5.0 Resources required :-
SR NO Name of Specification Quantity Remarks
Resource/Material
1 Internet Chrome 1
2 PHP notes Book 1

6.0 Name of Team Members with Roll Numbers


1)RISHABH BHAGADKAR (50)

2)ABHIJEET YADAV(51)

3) RUGVEDIKA BARASKAR (52)

4)ABHILEKHA JILHARE(59)

Annexure -2A

PART B-OUTCOMES AFTER EXECUTION

A Registration Form

1.0 Rationale (Importance of the project, in 30 to 50 words. This is a


modified version of the earlier one written after the work) –

The primary objective of this project is to design and implement a


structured PHP web form integrated with a MySQL database. The
project focuses on:
Enabling users to enter personal details such as name, email, gender, skills,
country, and a message.
Ensuring data validation and secure storage in a relational database.
Utilizing PHP's MySQLi extension for efficient database operations.
Providing an intuitive user interface with a clean and responsive design.

2.0 Aim/ Benefits of the microproject


The primary objective of this project is to design and implement a structured PHP
web form integrated with a MySQL database. The
project focuses on
Enabling users to enter personal details such as name, email, gender, skills,
country, and a message.
Ensuring data validation and secure storage in a relational database.
Utilizing PHP's MySQLi extension for efficient database operations.
Providing an intuitive user interface with a clean and responsive design.
Demonstrating the fundamental principles of web development and server-side
scripting

3.0 Course Outcome Integrated:-


A STUDENT REGISTRATION FORM

4.0 Literature review:


php teachkwoledge book , browser , vs code , xampp

5.0 Actual Procedure Followed:-


<!DOCTYPE html>

<html>

<head>

<title>PHP Form with UI</title>

<style>

body {

font-family: Arial, sans-serif;

background-color: #f4f4f4;

display: flex;

justify-content: center;

align-items: center;

height: 100vh;

.container {

background: white;

padding: 20px;

border-radius: 8px;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

input, select, textarea {

width: 100%;

padding: 8px;

margin: 5px 0;
border: 1px solid #ccc;

border-radius: 4px;

<!DOCTYPE html>

<html>

<head>

<title>PHP Form with UI</title>

<style>

body {

font-family: Arial, sans-serif;

background-color: #f4f4f4;

display: flex;

justify-content: center;

align-items: center;

height: 100vh;

.container {

background: white;

padding: 20px;

border-radius: 8px;

box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

input, select, textarea {


width: 100%;

padding: 8px;

margin: 5px 0;

border: 1px solid #ccc;

border-radius: 4px;

6.0 Actual Resources used:-


SR NO Name of Specification Quantity Remarks
Resource/Material
1 Browser Chrome 1
2 PHP book Notes 1
3 Vs code 1

Outputs of Microproject:-
Skill developed /learning out of this micro project:-

Developing a PHP form with database connectivity enhances several


technical and problem-solving skills, including: 1. Backend Development
Skills – Understanding server-side scripting with PHP. 2. Database
Management – Learning MySQL queries for CRUD (Create, Read, Update,
Delete) operations. 3. Form Handling & Data Processing – Managing form
submissions using GET and POST methods. 4. Security Practices –
Implementing validation, sanitization, and SQL injection prevention
techniques. 5. Error Handling & Debugging – Identifying and resolving
errors efficiently. . Full-Stack Development Concepts – Connecting frontend
(HTML, CSS, JS) with backend (PHP, MySQL). 7. Session & Authentication
Handling – Implementing user login/logout functionality.

Applications of this microproject:-

A PHP form connected to a database is widely used in various applications,


such as:
1. User Registration & Authentication System – Sign-up and login pages
storing user details in MySQL.

2. Contact Forms – Collecting user inquiries and storing responses in a


database.

3. Feedback & Survey Forms


– Storing customer feedback in an organized way. 4. Online Booking System
– Managing appointments or reservations. 5. E-commerce Checkout Forms
– Handling orders, addresses, and payment details.

You might also like