I'm using PEAR:😃B and I want something that will do what mysql_insert_id does. Does PEAR have something that does that, or if not, is there a way to directly access the connection identifier inside my DB object so I can call mysql_insert_id on it?
Thanks,
Dan