コード例 #1
0
ファイル: addInventory1.php プロジェクト: rickyx12/protacio
	width: 381px;
	border-color:red red red red;
	font-size:15px;
	text-align:center;
	background-color:white;
}

.button:hover {
background-color:yellow;
color:black;
}

.button1:hover {
background-color:yellow;
color:black;
}


</style>

<?php 
$ro->addInventory_convenience($description, $qty, $unitCost, $price, $username, $qty);
echo "<center><br><br><br>";
echo "<form method='post' action='http://" . $ro->getMyUrl() . "/COCONUT/convenience/viewInventory.php'>";
$ro->coconutHidden("username", $username);
echo "<input type=submit value='Back to Inventory List' class='button'>";
echo "</form>";
echo "<form method='post' action='http://" . $ro->getMyUrl() . "/COCONUT/convenience/addInventory.php'>";
$ro->coconutHidden("username", $username);
echo "<input type=submit value='Add another Inventory' class='button'>";
echo "</form>";