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