Hi,
$sql="INSERT INTO gaestebuch (name, email, url, icq, aim, yahoo, msn, ort, land, nachricht, datum, ip, host) VALUES ('$name', '$email', '$url_gb', '$icq', '$aim', '$yahoo', '$msn', '$ort', '$land', '$nachricht', '$datum', '$ip', '$host')";
$result=mysql_query($sql,$conn);
welche Werte haben denn $sql und $result ?
Rolfie