Guest User

Untitled

a guest
Aug 18th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <html>
  2. <body style=background-color:#000000>
  3. <?
  4. $titel=""
  5. $deli="|"
  6. ?>
  7. <font color="ffffff"><u><b>
  8.  
  9. <form action="post.php" method="post">
  10. <label for="titel">Titel eingeben:</label><br>
  11. <input type="text" name="titel" id="titel" style="width:500px" value="$titel.$deli"><br><br>
  12. <label for="text">Nachicht eingeben:</label><br>
  13. <textarea name="text" id="text" cols="60" rows="25"/></textarea><br>
  14. <input type="submit" name="button" value=" Veröffentlichen ">
  15. </form>
  16.  
  17. </b></u></font>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment