Write A PHP To Display Form Information of The Client. The Form Information Should Be Displayed in A Table
Write A PHP To Display Form Information of The Client. The Form Information Should Be Displayed in A Table
1. Write a PHP to display form information of the client. The form information should be
displayed in a Table.
2. Design an HTML form as shown below with the following specification
The function should check that the user has done the following things:
A. Provided full name
B. Provided street address
C. Provided a valid phone number(exactly ten digit phone number)
D. Provided valid email address
E. Provided password of at least 5 characters and not more than 15 characters
F. Selected one of the listed card types
G. Provided card number
H. Provided card name
I. Checked at least one spice
J. Selected one of the pizza size
K. Provided the quantity of pizza
L. Selected one of the radio buttons of meat
M. 13. Other requirement field if optional
The function should display error message is there is a problem or displaying the user
input if everything is
correct