HTML & PHP use columns to format Create an HTML page pizza.html that displays the form above. The user will select a size, any number of toppings, and a crust. The Crust combo box will have the choices: thin, original, and deep dish. When the Submit button is clicked, the data is submitted to pizza.php. The PHP file will display the name and total which is calculated using: Size: large: $9.95 x-large: $12.95 Toppings: $1.25 per topping Crust: no charge except for deep dish which is $2.00 additional Modify your pizza.php page to save the name and total data to the file pizza.txt Final product should resemble this image below
HTML & PHP use columns to format
Create an HTML page pizza.html that displays the form above. The user will select a size, any number of toppings, and a crust. The Crust combo box will have the choices: thin, original, and deep dish. When the Submit button is clicked, the data is submitted to pizza.php. The PHP file will display the name and total which is calculated using:
Size: large: $9.95 x-large: $12.95
Toppings: $1.25 per topping
Crust: no charge except for deep dish which is $2.00 additional
Modify your pizza.php page to save the name and total data to the file pizza.txt
Final product should resemble this image below
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 4 images