Server IP : 172.16.15.8 / Your IP : 3.149.250.65 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/jlcrouch/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <?php $pass = $_SESSION['psw']; if($pass != "ch7hw") print "Wrong Password!"; else { $_SESSION['form1'] = $_POST; ?> <BODY> <FONT size=4 color=blue> <HR> <FONT size=5><CENTER> Welcome!</CENTER><HR> </FONT> <FORM action=survey.php method=post> <BR> Did the class cover an appropriate amout of material? <INPUT type=radio name=a value="Strongly Agree">Strongly Agree <INPUT type=radio name=a value="Agree">Agree <INPUT type=radio name=a value="Not Agree">Not Agree <BR><P> Was the class too hard for it's level? <INPUT type=radio name=b value="Strongly Agree">Strongly Agree <INPUT type=radio name=b value="Agree">Agree <INPUT type=radio name=b value="Not Agree">Not Agree <BR><P> Was the proffesor easily accesible? <INPUT type=radio name=c value="Strongly Agree">Strongly Agree <INPUT type=radio name=c value="Agree">Agree <INPUT type=radio name=c value="Not Agree">Not_Agree <BR><P> Was their an unresonable amout of work outside of class? <INPUT type=radio name=d value="Strongly Agree">Strongly Agree <INPUT type=radio name=d value="Agree">Agree <INPUT type=radio name=d value="Not Agree">Not Agree <Strong><P>Comment Box...<STRONG><P> <Input type=text name=Comment> <P> <Input type=submit value=Submit> <Input type=reset value=Reset> <P> <A HREF=index.html>Back Home</A> </BODY> <?php } ?>