Doch, doch eine Verbindung habe ich auch hergestellt!
$link = mysql_connect("localhost", "****", "*****");
if (!$link) {
die('keine Verbindung möglich: ' . mysql_error());
}
Gruß
NetLook
Doch, doch eine Verbindung habe ich auch hergestellt!
$link = mysql_connect("localhost", "****", "*****");
if (!$link) {
die('keine Verbindung möglich: ' . mysql_error());
}
Gruß
NetLook