Question: Create an index.php page in the public folder that performs the following: o store a list of 10 names into an array o store a

 Create an index.php page in the public folder that performs the

Create an index.php page in the public folder that performs the following: o store a list of 10 names into an array o store a random number between 0 and 20 (see the rand() PHP function) into a variable o using the random number stored and PHP/HTML to display o show the text: Hello if the number is between 0 and 9 where is the value from the array at the index of the random number o if the random number is greater than the boundsof the array, show the text: Name List and then output all names in the array onto the page

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!