Server IP : 172.16.15.8 / Your IP : 3.145.47.193 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/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <-- CourseEval.php --> <?php $NA =$_POST['name']; $CN =$_POST['course']; $_SESSION['name']=$NA; $_SESSION['course']=$CN; ?> <CENTER> <H2> Simple Course Evaluation </H2> <HR> <FORM action=CourseEval2.php method=post> 1. Do you think you benefited academically from taking this course? <P> <INPUT type=radio name=Q1 value=StronglyAgree checked> A. Strongly Agree <P> <INPUT type=radio name=Q1 value=Agree> B. Agree <P> <INPUT type=radio name=Q1 value=NotAgree> C. Not Agree <P> <P> 2. Did you learn well with the professors teaching style? <P> <INPUT type=radio name=Q2 value=StronglyAgree2 checked> A. Strongly Agree <P> <INPUT type=radio name=Q2 value=Agree2> B. Agree <P> <INPUT type=radio name=Q2 value=NotAgree2> C. Not Agree <P> <P> <INPUT type=submit value="Submit Form"> <INPUT type=reset value="Reset Form"> </FORM> </CENTER>