Server IP : 172.16.15.8 / Your IP : 18.191.165.149 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/jeficklin/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<CENTER> <?php session_start(); $pass = $_POST['pass']; $_SESSION['psw'] = $pass; if($pass != "ch7hw") { print "Wrong Password, Go Away!!!<P>"; print "<img src='sad-eyed-dog-with-book-960x540.jpg' alt='sad dog' />"; } else { ?> <H2> Please answer the following questions. </H2> <HR> <FORM action=Survery_Question.php method=post> Input your name: <INPUT type=text name=name> <P> What gender are you?<BR> Male <INPUT type=radio name=Gender value=Male checked> <BR> Female <INPUT type=radio name=Gender value=Female> <BR> Other <INPUT type=radio name=Gender value=Other> <BR> <P> What year are you?<BR> Freshman <INPUT type=radio name=Class value=Freshman checked> <BR> Sophmore <INPUT type=radio name=Class value=Sophmore> <BR> Junior <INPUT type=radio name=Class value=Junior> <BR> Senior <INPUT type=radio name=Class value=Senior> <BR> Other <INPUT type=radio name=Class value=Other> <BR> <P> What is the course number? <INPUT type=text name=Course_Num> <P> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </FORM> </CENTER> <?php } ?>