Study Website
What is the purpose of the code in controller3.php
To Receive all information from the calling pages and process such data
How do you extract data from your Program3.php Front End
$Telephone = $_POST['Telephone'];
Being inside the includes folder, create a CENTERED horizontal menu using hyperlinks for page4 and page3
< center ><a href="page4.html">page4</a> <a href="page3.html">page3</a></center>
How do you display left justified input fields on Program 3
<td style="width: 5%; text-align: left;">Telephone </td>
Which of the following clears the Front End data as done in Program3
<input name="clear" type="submit" value"Clear">
Find out which submit button was pressed, as done in Controller2.php
if( $_POST['anyButtonName']) { echo 'You pressed the anyButtonName'; } if( $_POST['anyButtonName']) { echo 'You pressed the anyButtonName'; }