0% found this document useful (0 votes)
85 views

Practical 9: PHP and Mysql

The document describes two PHP/MySQL form tasks. The first is to design a form to collect shipping address information and store it in a database, displaying errors for missing required fields. The second is to design a form for a faculty member to collect student feedback on a course, checking that any uploaded files are under 10MB in size.

Uploaded by

Raya
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)
85 views

Practical 9: PHP and Mysql

The document describes two PHP/MySQL form tasks. The first is to design a form to collect shipping address information and store it in a database, displaying errors for missing required fields. The second is to design a form for a faculty member to collect student feedback on a course, checking that any uploaded files are under 10MB in size.

Uploaded by

Raya
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/ 1

Practical 9: PHP and MySQL

1. Design the following form and create a shipping address database which gets the input
from the form and store it into the database using PHP/MySQL.

Note: If the required fields are not filled with data, an error message is to be displayed.

2. SNSS faculty is handling the course CS2215 . After completing the syllabus, the faculty
has decided to get feedback from the students as a document. The document content
can be in any format like word or pdf and the document size should not exceed 10 MB.
Design a form using PHP code to help the faculty to receive the feedbacks by checking
the input file size limit.

You might also like