Add new category:
Rank for new category:

isValid()) { ?>
Categories are displayed in rank order. Categories with the same rank number will be displayed alphabetically. \n\n"); for ($i = 0; $i < sizeof($cats); $i++) { $a = $cats[$i]->getActive(); $id = $cats[$i]->getID(); $rank = $cats[$i]->getRank(); print("\n"); print("\n"); // Active button print("\n"); // Delete button print("\n"); // Rank number print("\n"); // Category name print("\n"); // Last modified info print("\n"); print("\n\n"); } ?>
Active Delete Rank Category name Last modified
\n"); print(" \n"); print(" " . $cats[$i]->getName() . "" . $cats[$i]->getLastModDate() . " / " . $cats[$i]->getLastModUser() . "

No categories defined! That is -- no FAQ questions are being displayed right now!\n"); } do_main_menu(); include("$lamtop/includes/std_footer.php3");