Practical 9: PHP and Mysql
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.