You are UPDATING information for Section $section pages $page_begin - $page_end

Title
Composer
Genre
Date
Transcription
Comments
Starting Page
Ending Page

\n"; } function process_form() { global $section, $title, $composer, $genre, $date, $translation, $comments, $page_begin, $page_end, $section, $filename, $complete,$link,$id; if ($title =="") {$error[title] = "Title field left blank";} else { $ok[title] = $title;} if ($translation =="") {$error[translation] = "Translation field is blank. Please go back and type in a translation";} else { $ok[translation] = $translation ;} if ($error) { print "Whoops!

Some required information is incomplete or needs revision. Please go back and correct the following problems
\n"; } # if ($error) { print "\n"; } else { $insert = "update metadata set title='$title',composer='$composer',genre='$genre',date='$date',translation='$translation',comments='$comments',page_begin='$page_begin',page_end='$page_end',section='$section' where id='$id'"; #print "$insert\n"; $result = pg_Exec ($link, "$insert"); $reel = substr($filename, 0, 1); print "Information Updated