Server IP : 172.16.15.8 / Your IP : 52.14.88.137 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/kvtillotson/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); //File Name: assig2threeEv.php //Purpose: page two of course evaluation //Student Name: Kristin Tillotson $name = $_POST['name']; $_SESSION['name'] = $name; $course = $_POST['course']; $_SESSION['course'] = $course; ?> <font color=green> <CENTER> <H2> Course Evaluation Page 2 </H2> <HR> </font> <FORM action=assig2threeEvAct.php method=post> The course materials were helpful. <INPUT type=radio name=q1 value=1 checked> Strongly Agree <INPUT type=radio name=q1 value=2> Agree <INPUT type=radio name=q1 value=3> Disagree <P> The professor did a good job teaching the course. <INPUT type=radio name=q2 value=1 checked> Strongly Agree <INPUT type=radio name=q2 value=2> Agree <INPUT type=radio name=q2 value=3> Disagree <HR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </FORM> </CENTER> <A HREF=index.html> Course Home </A> | <A HREF=assig2.html> Assignment 2 </A> | <A HREF=assig2three.html> Course Evaluation </A>