" . "Instance name: " . $_SERVER['SERVER_NAME'] . "
"; $instance= $_SERVER['SERVER_NAME']; echo nl2br("\n"); $verifiedcsvpath="participants/" . $instance . '/verified.csv'; $unverifiedcsvpath="participants/" . $instance . '/unverified.csv'; //echo $verifiedcsvpath; //echo nl2br("\n"); //echo $unverifiedcsvpath; echo nl2br("\n"); DisplayCSVNEW($unverifiedcsvpath); // display the results of verified.csv // only display the results of verified.csv that matches with the search term // display the results of unverified.csv // only display the results of unverified.csv that matches with the search term } else{ // if query length is less than minimum or more than maximum echo "Error: Query must be between ".$min_length . " and ".$max_length . " characters."; } ?>