Unsupported scripts and control panel web app for a hosting company
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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>