Server IP : 172.16.15.8 / Your IP : 3.147.73.85 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/ajzamor/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); // CourseEval.php // Andrew Zamor $name = $_POST['name']; $_SESSION['nm'] = $name; $course = $_POST['course']; $_SESSION['crs'] = $course; ?> <CENTER> <H2> Answer the following statements </H2> <FORM action=CourseEvalAct.php method=post> 1. This class was of use to me.<P> Strong Agree <input type=radio name=opinion1 value="strong agree"> Agree <input type=radio name=opinion1 value="agree"> Disagree <input type=radio name=opinion1 value="disagree"> <P> 2. The professor was helpful <P> Strong agree <input type=radio name=opinion2 value="strong agree"> Agree <input type=radio name=opinion2 value="agree"> Disagree <input type=radio name=opinion2 value="disagree"> <P> <input type=submit value=Submit> <input type=reset value=Reset> </FORM> </CENTER>