Christopher ----WICHTIG LESEN!: Frage zu www.irgendwas.at/index.php?id=1

Beitrag lesen

Aha supi es funkt aber no net so ganz!

schau mal auf : http://www.design-weber.at/test.php?tab=kontakt
da siehst nix :-(

Nun der quelltext: was mache ich da falsch=
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Inhalte ausgebeng</title>
</head>

<body>
<?
$host = "127.0.0.1";
$user = "XXX";
$password = "XXX";
$dbname = "10865?10865";
$dbverbindung = mysql_connect ($host, $user, $password);

if ( isset($_GET['tab']) && isset($_GET['id']) )
{
  $tab = $_GET['tab'];
  $id = $_GET['id'];
  if ($tab == 'kontakt' || $tab == 'mannschaft')
  {
    $dbanfrage = "SELECT * FROM $tab WHERE id = $id";
  }

}

mysql_close ($dbverbindung)
?>
</body>

</html>