Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addcategory.php 400B

1234567891011
  1. <div class="block">
  2. <h2>Add Category</h2>
  3. <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
  4. <table class="innerblock righthead">
  5. <tr><th>Name</th><td><input type="text" name="name" value="" size="50" /></td></tr>
  6. <tr><th>Actions</th><td>
  7. <input type="submit" name="submit" value="Submit" />&nbsp;<input type="reset" value="Reset" />
  8. </td></tr>
  9. </table>
  10. </form>
  11. </div>