Help for this page

Select Code to Download


  1. or download this
    ..bunch of code..
    COMMIT TRAN
    SELECT @id
    
  2. or download this
    my @id = $sth->fetchrow_array;
    return $id[0];