Hi Leute,
scheibar ist mir bei MySQL noch nicth soviel klar wie ich bisher dachte.
Heute morgen versuchte ich Einträge in die Tabelle, Profil, zu machen. Dazu nehme ich folgenden Code:
Dazu bekomme ich dann diese nette Fehlermeldung, die auch nicht mehr von "or die" abgefangen wird:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Leider weiß ich damit nichts anzufangen.
Gruß René
scheibar ist mir bei MySQL noch nicth soviel klar wie ich bisher dachte.
Heute morgen versuchte ich Einträge in die Tabelle, Profil, zu machen. Dazu nehme ich folgenden Code:
PHP:
$MyCommand="INSERT INTO `Profil`
(`Login`,`Pass`,`eMail`,`Code`,`Aktiv`,`Online`,`Anmeldung`,`LastLogin`)
VALUES ('$Login','$Key','$eMail','$Code','0','0','$Today','$Today')";
mysql_query($MyCommand) or die(mysql_error());
Dazu bekomme ich dann diese nette Fehlermeldung, die auch nicht mehr von "or die" abgefangen wird:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Leider weiß ich damit nichts anzufangen.
Gruß René