Question: PROJECT 2 : Form and Response DIFFICULTY LEVEL: Beginner Overview Demonstrate your ability to create a data - driven PHP page and to use superglobal
PROJECT : Form and Response
DIFFICULTY LEVEL: Beginner
Overview
Demonstrate your ability to create a datadriven PHP page and to use superglobal arrays.
CHAPTER ServerSide Development : PHP
Instructions
You have been provided with two files: the data entry form chprojphp and the page that will process the form data artprocess.php Examine both in the browser.
Modify chprojphp so that it uses the POST method and specify artprocess.php as the form action.
Write a loop that uses the $links array in the data.inc.php to generate the hyperlinks in the header.
Define two string arrays, one containing the genres Abstract, Baroque, Gothic, and Renaissance, and the other containing the subjects Animals, Landscape, and People.
Write a function that is passed a string array and which returns a string containing each array element within an
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
