Server IP : 172.16.15.8 / Your IP : 3.16.203.27 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/crsterling/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); // File: sessionEvalAnswers.php // Show the result of the evaluation ?> <FONT color=blue size=4> <?php $answer = $_POST['answer']; $answer2 = $_POST['answer2']; $n1 = $_SESSION['v1']; $n2 = $_SESSION['v2']; print "The name is $n1.<BR>"; print "The course is $n2.<BR>"; print "The answer to ' Was the course helpful' is $answer.<BR>"; print "The answer to 'Did the teacher teach the material well' is $answer2."; ?> <HR> <A HREF=courseEval.html> Course Evaluation </A> | <A HREF=index.html> Home </A> </FONT>