Server IP : 172.16.15.8 / Your IP : 3.142.200.247 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/cngray/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <center> <font size = 4 color = green> <hr> <?php $_SESSION['name'] = $_POST['name']; $_SESSION['gen'] = $_POST['gen']; $_SESSION['grade'] = $_POST['grade']; $_SESSION['class'] = $_POST['class']; $pass = $_SESSION['psw']; $_SESSION['psw'] = $pass; if($pass != "ch7hw") print "Go Away!"; else { ?> <form action = result3A.php method = post> Questions <hr><br><br> Would you reccomend this class to someone else?<br> Strongly Agree<input type = radio name = q1 value = sagree> Agree<input type = radio name = q1 value = agree> Not Agree<input type = radio name = q1 value = nagree><br><br> Was the teacher helpful?<br> Strongly Agree<input type = radio name = q2 value = sagree> Agree<input type = radio name = q2 value = agree> Not Agree<input type = radio name = q2 value = nagree><br><br> Was this class too difficult for its level?<br> Strongly Agree<input type = radio name = q3 value = sagree> Agree<input type = radio name = q3 value = agree> Not Agree<input type = radio name = q3 value = nagree><br><br> Would you take this class again?<br> Strongly Agree<input type = radio name = q4 value = sagree> Agree<input type = radio name = q4 value = agree> Not Agree<input type = radio name = q4 value = nagree><br><br> Extra Comments: <input type = text name = comment> <p> <input type = submit value = Submit> <input type = reset value = Reset> </form> </font> <?php } ?>