Help for this page

Select Code to Download


  1. or download this
    #=========== INSERTING MULTIPLE FILENAMES & CONTENTS INTO DATABASE ===
    +==========
    
    ...
          $insert->execute($_, $data) or print $db->errstr;
       close FILE;
    }
    
  2. or download this
    foreach (@files)
    {
    ...
    
       close FILE;
    }