1 rizwank 1.1 To create a new category, choose a name for the category and enter a description if you want one.<br />
2 Category names can contain letters (a-z), numbers (0-9), and ampersand (&) and underscore (_). If you use any other characters, you may encounter errors.<br />
3
4 <form class="admin" action="lib/func_newcat.php" method="post">
5 <strong>New Category Name:</strong><br />
6 <input type="text" name="new_category_name" class="box" /><br /><br />
7 <strong>New Category Description:</strong><br />
8 <input type="text" name="new_category_desc" max_length="255" class="box" /><br /><br />
9 <input type="submit" value="Create Category" class="button" /><br />
10 </form>
|