📄 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 + -