No Groups Matched. Try a less restrictive search. There may be search terms left from previous searches. You may wish to clear the form and start anew.\n"); } else { print("\n"); $numgroups = mysql_num_rows($result); // ------ Excel function for ($i = 0; $i < $numgroups; $i++) {$export .= "id=" . mysql_result($result,$i,3); if ($i < ($numgroups-1)) $export .= " || "; } $result = mysql_query($query) or die(mysql_error()); // ------ end Excel function if ($order=="country, name") $order="country"; print("
{$numgroups} groups matched, ordered by $order Download contact information as Excel file
"); while ($line = mysql_fetch_row($result)) { print "\tThis directory is continually being updated and improved. Please help us to improve it by reporting any faults or comments to .
"); } else printf("There is currently no data to display, please do a search first."); ?>