You are on page 1of 1

Jamhuriya University of Science & Technology

Faculty of Computer Science & IT


Course Title: PHP & MySQL
Class: CA187/8
Activity: Chapter 6 (Getting Data from the Client) assignment
Deadline: December 09, 2021
1. Write HTML code to design the following form by setting all the necessary tags, attributes, and CSS for each control.
2. Write PHP code to display values of controls on the same page.
3. Validate form controls by using validation checklists such as isset, empty, and sort functions, uppercase where needed. For the
file upload control, check file extension and size. Also check whether the file you are uploading exists in the destination folder
or not. Allow uploading multiple file in one file upload control. Finally, keep form data in the controls after form is submitted.
4. Use proper instructions, input and output.

You might also like