PHP query help
its me again .. with another.. PHP issue...
i am posting information to a database .. using the following
$detail_insert = "INSERT $dbase_table2 (Id, detail_info)VALUES('', '$detail')";
$detail_insert_q = mysql_query($detail_insert) or die(mysql_error());
what i want to know is.. this..
is there a way for me to get that the Id that was just created without having to do a
SELECT Id FROM $dbase_table2 ... query...
what i am doing is posting to multiple data bases and put the final information in the form of Id in one central Database
Why fight Information Technology when you can outsource IT