Server IP : 172.16.15.8 / Your IP : 18.188.59.124 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/cghicks1/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); $pass = $_SESSION['psw']; $_SESSION['psw'] = $pass; if($pass != "ch7hw") print "go away."; else { ?> <center> <H2> Welcome to the Course Survey </H2> <form action=coursesurvey3.php method=post> <p> Please enter your name: <INPUT type=text name=myName> <p> Please select your gender: <INPUT type=radio name=g1 value=Male> Male <INPUT type=radio name=g1 value=Female> Female <p> Please select your grade: <INPUT type=radio name=g2 value=Freshman> Freshman <INPUT type=radio name=g2 value=Sophomore> Sophmore <INPUT type=radio name=g2 value=Juniour> Junior <INPUT type=radio name=g2 value=Senior> Senior <p> Course: <INPUT type=text name=Mycourse> <HR> <input type=submit value=Submit> <input type=reset value=Reset> </form> </center> <?php } ?>