Hi
I wonder how I can get the ID of a record after I have created it in php?
############
$addfeedback = "insert into annonser (annDatum) values ('".$annDatum."')";
$result = mysql_query($addfeedback);
#############
so how do I get the ID of the now added record? Is it possible to get it out of $result ?
Kind regards