Question: Create a php page called week3assignment.php. Convert the following variables into a single indexed array name building. $building1 = corley; $building2 = dean; $building3 =
Create a php page called week3assignment.php.
Convert the following variables into a single indexed array name building.
$building1 = corley;
$building2 = dean;
$building3 = young;
$building4 = paine;
$building5 = jones;
$building6 = brown;
$building7 = browning;
Use upper case each of the buildings.
Count the number of records in the array.
Loop through the array an append Hall on the end of each record.
Sort the array by ascending order.
HTML tags to document.
Change Title to Your Name Week 3 Assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
