Server IP : 172.16.15.8 / Your IP : 18.217.246.148 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/tasantos/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File Name: hw6.html Class: CS480 Topics: php/MySQL Due Date: Monday March 9, 2009 Author: Tara Santos Instructor: Wang Goal: This program will calculate the total cost of a purchase including the item cost, shipping cost, and 6% tax. --> <HTML> <HEAD> <TITLE>How Much?</TITLE> </HEAD> <BODY background = "http://image044.mylivepage.com/chunk44/1049916/803/Orange%20Wallpaper...jpg " > <CENTER> <font face="impact" color="white" size="6">Calculate the total cost of your purchase after<br>including shipping cost, and tax. </font> <HR color="white"> <br> <iMG SRC="http://www.teamlotda.com/files/users/5/562AA18647CA0F3CE040A8C0AC0041D1/buying-online-tips.jpg "> <p><br> <FORM action= hw6.php method=post> <big><font color="white"><b>Please input the cost of your product here:</b></font></big> <INPUT type = "text" name= "product_cost"><p> <br> <br> <INPUT type= submit value= Submit> <INPUT type= reset value= Clear> </FORM> </CENTER> </BODY>