Question: using PHP 1.Create an array or arrays to store information about the products or services that your business sells. Keep information such as name, price,
using PHP
1.Create an array or arrays to store information about the products or services that your business sells. Keep information such as name, price, and two additional pieces of data. Store enough data for at least 5 items.
2. Create a four column HTML table that places each pieces of data from the array/s in the column.
3. Have appropriate headings and descriptions to identify the results. Also place appropriate comments in the file with your name, date, and description. 4. The results should look similar to the following.
4. The results should look similar to the following.
5. Create a navigation area that you will use for your web pages. Currently you have two pages so make sure these are in the navigation area. This area will need to be updated as you continue through the new units.
6. Create another array named $navCaptions. Use this array to store the caption for each navigation link. Use this array to display the caption in the navigation area.
7. Create another array named $navLinks that contain the URL information for the links. Use this array to create the HTML link.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
