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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/bdstamour/www/InventoryForm.html
<?php	
	session_start();
	{	?>
<!--    Brandon St. Amour
        Dr. Wang
        Assignment 4b
	InventoryForm.html

        Using SQL command, create the structure of Evaluation table for a
        course with two columns - course and evaluation. The values for course 
	may be $CS480, Math171, etc. The values for evaluation may be 2 (good), 1, 
	(average)and 0 (poor). Design the form page to let a student to perform the evaluation
        as well as the display page to display the result of the table. Create a front
        page to hold the links to the two pages. Each page should have the related
        links to the other pages.
 -->
<CENTER>
<H2>
Inventory Form
<p>
</H2>
<HR>
<FONT size=4>
Please fill out the following:
</FONT>
<HR>
<Form action=inventoryaction.php method=post>
Item Name:
<INPUT type=text name=itemname>
<p>
Purchase Cost:
<INPUT type=text name=purchasecost>
<p>
Sale Price:
<INPUT type=text name=saleprice>
<p>
Number Sold:
<INPUT type=text name=numbersold>
<p>
Number in Inventory:
<INPUT type=text name=number>
<p>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>
<HR>
<A HREF=inventoryaction.php> Inventory Results </A><p>
<A HREF=index.html> Back Home </A><p>
</Form>
<?php
	}	?>
</CENTER>


Stv3n404 - 2023