?? removeitem2.php
字號:
<?require("Cart.php");Brand();DBInfo();Root();commonHeader("$Company","Remove An Item");blueFont("Arial","Select the item to remove, and then SUBMIT!<br><br>");echo "<TABLE BORDER=\"0\" CELLPADDING=\"10\" CELLSPACING=\"10\"><TR>";echo "<tr><td>";mysql_connect("$DBHost","$DBUser","$DBPass");$result=mysql("$DBName","SELECT ItemID,ItemName FROM Items WHERE ItemID='$ItemID'");while ($row = mysql_fetch_row($result)) {$II=$row[0];$IN=$row[1];}blueFont("Arial","<h2>Are you sure you want to delete </h22>");redFont("Arial","<h2>$IN</h2><p>");echo "<form action=\"removeItemResponse.php\" method=\"post\">";echo "<input type=\"hidden\" name=\"ItemID\" value=\"$II\">";echo "<INPUT TYPE=\"submit\" VALUE=\"YES\"></form><p>";echo "<form action=\"$Relative/admin/\" method=\"post\">";echo "<INPUT TYPE=\"submit\" VALUE=\"NO\"></form><p>";echo "</td></tr></table>";adminFooter($Relative);?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -