For this exercise you will be practicing creating HTML using PHP array and loops by generating and displaying cards from a standard deck on the page.
Complete the following tasks:
- Convert the index.html file to be a PHP file.
- Using arrays, loops, and the file provided complete the tasks below. Provide comments and pseudo code on how to solve each problem, what methods will be used, and why.
- Generate all 52 cards of a deck.
- Use the
rand()function to generate 52 random cards