Hi!
$eintragvorhanden = mysql_query("SELECT title,id FROM table WHERE table.title = ".$title." AND table.id = ".$_POST['eingabe'].";");
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND table.id = 1' at line 1
Wie lautet das vollständige SQL-Statement? Bau es zunächst in einer eigenen Variable zusammen, die du zur Kontrolle ausgeben kannst. Und beachte bitte alle Hinweise zum sicheren Programmieren.
Lo!