Also loginerror.php ist keine leere seite, das hätte ich dann schon gemerkt...
hier die connections/download.php
Code:
<?php
# FileName="Connection_php_mysql.htm"
# Type="
MYSQL"
# HTTP="true"
$hostname_download = "Host";
$database_download = "Datenbank";
$username_download = "Benutzer";
$password_download = "Passwort";
$download = mysql_pconnect($hostname_download, $username_download, $password_download) or die(mysql_error());
?>