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.

addreply.php 405B

12345678910111213
  1. <div class="block">
  2. <h2>Add Reply</h2>
  3. <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
  4. <table class="innerblock righthead">
  5. <tr><th>Notes</th><td>
  6. <textarea name="text" cols="45" rows="10"></textarea>
  7. </td></tr>
  8. <tr><th>Actions</th><td>
  9. <input type="submit" name="submit" value="Submit" />&nbsp;<input type="reset" value="Reset" />
  10. </td></tr>
  11. </table>
  12. </form>
  13. </div>