Server IP : 172.16.15.8 / Your IP : 3.144.40.216 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 (0705) : /home/jeficklin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); $name = $_POST['name']; $Number = $_POST['Course_Num']; ?> <center> <H2> The Selection Form: Please answer the following questions </H2> <form action=Evaluation_Results.php method=post> <p> Course has shown me how to bake a perfect souffle: <INPUT type=radio name=q1 value=A checked> Strongly Agree <INPUT type=radio name=q1 value=B> Agree <INPUT type=radio name=q1 value=C> Disagree <P> Course has shown me how to fix a car: <INPUT type=radio name=q2 value=A checked> Strongly Agree <INPUT type=radio name=q2 value=B> Agree <INPUT type=radio name=q2 value=C> Disagree <P> <input type=submit value=Submit> <input type=reset value=Reset> </form> </center>