Question: WRITE THIS CODE IN PHP Create a SINGLE web page. Write down PHP functions to implement various scenarios. Please write COMMENTS in your work else
WRITE THIS CODE IN PHP
Create a SINGLE web page. Write down PHP functions to implement various scenarios. Please write COMMENTS in your work else it will not be checked. Save your file as Name_RollNumber.php. TASK \# 1: Create a shopping.php page and insert the data given below in "Products Table" via the form on that page. Products Create a button named "Min Price" on shopping.php. It should be linked to budget.php page that displays the min price of each product type as shown below: Hint: \$myquery = "SELECT type, MIN(price) FROM products GROUP BY type"; while (){ echo \$row['type']. " - \$". \$row['MIN(price)']; \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
