Server IP : 172.16.15.8 / Your IP : 18.217.208.220 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/cmsalazar/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <!-- CourseEval2.php --> <?php $NA=$_SESSION['name']; $CN=$_SESSION['course']; $A1=$_POST['Q1']; $A2=$_POST['Q2']; print $NA; print $CN; if($A1 == "StronglyAgree") print "Strongly Agree's that they benefited academically from taking this course <BR>"; else if($A1 == "Agree") print "Strongly Agree's that they benefited academically from taking this course <BR>"; else if($A1 == "NotAgree") print "Does Not Agree that they benefited academically from taking this course <BR>"; if($A2 == "StronglyAgree2") print "Strongly Agree's that they learned well with the professors teaching style <BR>"; else if($A2 == "Agree2") print "Strongly Agree's that they learned well with the professors teaching style <BR>"; else if($A2 == "NotAgree2") print "Does Not Agree that they learned well with the professors teaching style <BR>"; ?>