📄 addcategory.php
字号:
<?require("Cart.php");Brand();Root();commonHeader("$Company","Add A Category");blueFont("Arial","Type your new category into the box, and then SUBMIT!<br><br>");echo "<TABLE BORDER=\"0\" CELLPADDING=\"10\" CELLSPACING=\"10\"><tr>";echo "<FORM ACTION=\"./addCategoryResponse.php\" METHOD=\"POST\">";echo "<tr><td>";blueFont("Arial","Category");echo "</td><td>";echo "<input type=\"text\" name=\"Category\" size=\"50\">";echo "</td></tr>";echo "<tr><td><INPUT TYPE=\"submit\" NAME=\"Submit\" VALUE=\"Submit\">";echo "</td></tr></TABLE>";adminFooter($Relative);?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -