[insert_php]

$search= “BATH”;

echo ”

View All Swimkidz Swimming Locations

Please note that some of our pools are at private locations not shown on this map. Please contact us to find a location near you!

“;

echo ““;

[/insert_php]

Search for Swimming Classes

A-Z Finder

[insert_php]

global $db2;
$db2 = new wpdb(‘sd17sw1mk1dz_public_user’,’UCEnRL[l)HU8]Ao[L4′,’sd17sw1mk1dz_franchiseedb_1′,’localhost’);

$venues = $db2->get_results(“SELECT venues.ID, venues.venuename, venues.town, venues.image, counties.description AS county FROM venues, counties WHERE venues.deleted = ‘0’ AND venues.display_website = ‘1’ AND counties.county_id = venues.county ORDER BY venues.venuename ASC”);

foreach($venues as $row)
{
$clean_town = str_replace(‘ ‘, ‘-‘, $row->town);
echo ”

“;
}

[/insert_php]

SORT BY VENUE

SORT BY TOWN

SORT BY COUNTY

 
$row->venuename $row->town $row->county