Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
mysql_insert_id muss direkt(unmittelbar(vor dem nächsten query))) nach dem INSERT-Query kommen.if ($id==0){
$query="INSERT INTO objekte (art,titel) VALUES ('{$art}','{$titel}','{$kategorie}','{$preis1}','{$preis2})";
$id_neu=mysql_insert_id();
echo "$id_neu";
}
so sieht der code aus
die id abfrage mache ich deshalb weil ansonsten ein update durchgeführt wird