post.php 345 B

12345678
  1. <?php require ("header.php"); ?><title>Share a flamm</title><script src="/js/scripts_post.js"></script></head><body>
  2. <form method="POST" action="/post" enctype="multipart/form-data">
  3. <input type="text" name="title"/>
  4. <input type="text" name="descr"/>
  5. <input type="file" name="img" />
  6. <input type="submit">
  7. </form>
  8. </body></html>