Help for this page

Select Code to Download


  1. or download this
    sub add_foo
    {
    ...
    
        return $dbh->last_insert_id( undef, undef, 'foo_id' ));
    }