Hallo zusammen,
ich habe da ein kleinen Denkfehler und ich weiss nicht wo....
<html>
<head>
<title>Daten verarbeiten</title>
</head>
<body>
<?php
$host = "localhost";
$user = "root";
$password = "9Springe";
$dbname = "TPM01";
$tabelle ="testdb";
$dbverbindung = mysql_connect ($host, $user...