Search/Update/Add records for ' . adapt_text($tblname, $site_abbr.'_') . ' Table

'; ?>
'; echo '
'; for ($cntcol = 0; $cntcol < count($arrycol); $cntcol++) { if (fmod ($cntcol, 4) == 0 && $cntcol != 0) {echo '
';} // such as site_abbr to Site Abbr: $colnametxt = adapt_text($arrycol[$cntcol]['column_name']); // printf ("%s: %s\n", $colnametxt, $arrydata[$cntdata][$arrycol[$cntcol]['column_name']]); $colnameshort = shorten_text($colnametxt); echo ''; echo ''; } // end for loop arrycol echo '
'; echo '
'; echo '
'; echo '

Back to Top or Go to Bottom

'; echo '
'; } // end for loop arrydata ?>
Displayed ' . $cntdata . ' records on this page.

'; ?>