phpbar.de logo

Mailinglisten-Archive

[php] mysql_insert_id nur bei mysql_query?

[php] mysql_insert_id nur bei mysql_query?

Bastian Haustein bh at plan-i.de
Mon Apr 18 19:24:13 CEST 2005


> ist das normal?!

ja.



Wenn du beim query eine connection angibst, mußt du auch bei mysql_insert_id
eine connection angeben, sonst weiß er ja nicht, auf welcher db du die
insert id haben willst...

probier mal

id=mysql_insert_id($conn);

(www.php.net/mysql_insert_id)

Viele Grüße!

Bastian


php::bar PHP Wiki   -   Listenarchive