Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body style=background-color:#000000>
- <?
- $titel=""
- $deli="|"
- ?>
- <font color="ffffff"><u><b>
- <form action="post.php" method="post">
- <label for="titel">Titel eingeben:</label><br>
- <input type="text" name="titel" id="titel" style="width:500px" value="$titel.$deli"><br><br>
- <label for="text">Nachicht eingeben:</label><br>
- <textarea name="text" id="text" cols="60" rows="25"/></textarea><br>
- <input type="submit" name="button" value=" Veröffentlichen ">
- </form>
- </b></u></font>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment