I ran an insert query, how can I find the id of this record?
use db_last_insert_id()
this function is not available in drupal 5..... :(
Comments
use db_last_insert_id()
use db_last_insert_id()
this function is not
this function is not available in drupal 5..... :(