Question: File: modify2.php Purpose:Chapter 6 Exercise REQUIREMENT: Write a Web-based application consisting of a Web form (modify2.html) and a PHP program (modify2.php). modify2.html includes a form
File: modify2.php Purpose:Chapter 6 Exercise
REQUIREMENT: Write a Web-based application consisting of a Web form (modify2.html) and a PHP program (modify2.php).
modify2.html includes a form that consists only of a Submit button When the button is pressed, modify2.php runs, opens the file capital-info.txt which contains a list of four countries and capital cities. The program reads and displays the country and capital city from the first line.
Modify modify2.php so that it reads and displays all four countries and capital cities in the capital-info.txt file.
-->
Modify2
list ($country1, $capital1) = explode(":", $countryRecord1);
print("
$capital1 is the capital city of $country1.
");?>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
