hi,
habe ein Problem:
ich bekomme nach aufruf der funktion
function connect() {
global $MySQL_Host, $MySQL_User, $MySQL_Passw;
if (! $linkid=@mysql_connect("$MySQL_Host","$MySQL_User","$MySQL_Passw")) {
echo "Die Verbindung zu ",$MySQL_Host," konnte nicht hergestellt werden<br>";
exit;
}
return $linkid;
}
folgende Meldung:
Fatal error: Cannot redeclare connect() in /home/bluesaphir.de/htdocs/config.php3 on line 21
Die Verbindung wird problemlos auf meinem Server aufgebaut, auf einem anderem jedoch nicht!
Woran kann das liegen?
habe ein Problem:
ich bekomme nach aufruf der funktion
function connect() {
global $MySQL_Host, $MySQL_User, $MySQL_Passw;
if (! $linkid=@mysql_connect("$MySQL_Host","$MySQL_User","$MySQL_Passw")) {
echo "Die Verbindung zu ",$MySQL_Host," konnte nicht hergestellt werden<br>";
exit;
}
return $linkid;
}
folgende Meldung:
Fatal error: Cannot redeclare connect() in /home/bluesaphir.de/htdocs/config.php3 on line 21
Die Verbindung wird problemlos auf meinem Server aufgebaut, auf einem anderem jedoch nicht!
Woran kann das liegen?
Kommentar