senden.php
<?php
ob_start();
session_start ();
if (!isset ($_SESSION["user_id"]))
{
header ("Location: index.php");
}
// echo "Wert : " . $_POST;
$connectionid = mysql_connect ("localhost", "****", "****");
if (!mysql_select_db ("LoginSystem", $connectionid))
{
die ("Keine...