/home/mip/public_html_/old_mip/func-all.php
<?php
//require all the functions that can be called.
require_once("config.php");
require_once("func-proc.php");
require_once("func-select.php");
require_once("func-select-codes.php");
require_once("func-data-validation.php");

?>