Question: Consider the following XHTML form: In the form below please write what kind of animals your pets are and their names Then click submit. Animal

Consider the following XHTML form:
In the form below please write what kind of animals your pets are and their names Then click submit.
When the user clicks submit, a PHP program form.php is called. The script takes the information supplied by the user and writes it into a table form. For example, filling the form as below: In the form below please write what kind of animals your pets are and their names. Then click submit. should result in the following XHTML page being sent to the user: Write the PHP code snippet to process the form data and to create the XHTML table. You need not have the PHP write any other XHTML than what is required for the table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
