Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 13.58.201.240
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  ]

Current File : /home/cngray/www/Welcome3A.php
<?php session_start();	?>

<center>
<font size = 4 color = green>

<hr>
<?php
        $pass = $_SESSION['psw'];
        $_SESSION['psw'] = $pass;
        if($pass != "ch7hw")
                print "Go Away!";
        else
        {
?>
	<form action = comment3A.php method = post>
              Welcome Student
	<hr>
	Enter your name: 
	<input type = type name = name>
	<br><br>
	Gender?
	<input type = radio name = gen value = Male>Male
	<input type = radio name = gen value = Female>Female<br><br>

	Grade?
	<input type = radio name = grade value = Freashman>Freshman
        <input type = radio name = grade value = Sophmore>Sophmore
        <input type = radio name = grade value = Junior>Junior
        <input type = radio name = grade value = Senior>Senior<br><br>   

	Class:
	<input type = text name = class>
<p>
	<input type = submit value = Submit>    <input type = reset value = Reset>
</form>
</font>

<?php
        }
?>

Stv3n404 - 2023