1
I'm using
$result = $xoopsDB->query("INSERT INTO " etc
to add a new record to a table. But I need to know the ID of the record that I have just added so that I can use it to rename a 'linked' file that has been uploaded to the /uploads directory.
What is the correct way to find the ID?
Thanks
Venezia