Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!

News hinzufügen prepare("INSERT INTO news (TITEL, NEWS, CREATED_AT) VALUES (:titel, :news, :now)"); $stmt->bindParam(":titel", $_POST["titel"], PDO::PARAM_STR); $stmt->bindParam(":news", $_POST["news"], PDO::PARAM_STR); $now = time(); $stmt->bindParam(":now", $now, PDO::PARAM_STR); $stmt->execute(); echo "Die News wurde erfolgreich hinzugefügt."; } ?>