<% On Error Resume Next %>

Find a Club

LCF is the UK's most popular language club for children.

1 To locate a club near you please click a region on the map.
1Type in the first 2 or 3 letters of your postcode    

Map of UK <% end if %>

For a free club trial for French or Spanish click here.
For a free club trial for Jazz-Mataz click here.

For help finding a local French/Spanish after school club or a Jazz-Mataz club contact lcf.ukoffice@gmail.com

Le Club Francais Le Club Francais Le Club Francais Le Club Francais Click here to find clubs in the South West of England Le Club Francais Le Club Francais Click here to find clubs in the South East of England Le Club Francais Click here to find clubs in East Anglia Click here to find clubs in the Midlands Click here to find clubs in the North East of England Click here to find clubs in Scotland Click here to find clubs in the North West of England Click here to find clubs in Wales Click here to find clubs in Northern Ireland Click here to find clubs in the Republic of Ireland <% dim count, arEmail sub getResults(thisCounty) 'sConn = "DSN=lcf2" sConn="PROVIDER=MSDASQL;DRIVER={SQL Server};" sConn=sConn & "SERVER=DS11080\SQLEXPRESS;DATABASE=franchisees;" sConn=sConn & "UID=mycn;PWD=(1)2$6Jk;" 'sConn=strConn set oConn = server.createobject("ADODB.Connection") oConn.open sConn set oClubs = server.createobject("ADODB.Recordset") oClubs.open sSQL, oConn, 1, 3, 1 'Response.Write(sSQL& "

") 'Response.End() while not oClubs.EOF if not instr(1,uCase(oClubs("status")),"XXX") <> 0 and not instr(1,uCase(oClubs("status")),"SSS") <> 0 then if not (len(searchPC) = 1 and (not isnumeric(mid(oClubs("postcode"),2,1)) and instr(ucase("," + oClubs("POSTCODE_AREAS")) + ",","," + ucase(searchPC) + ",")=0 )) then count = count + 1 showResults(thisCounty) end if end if oClubs.MoveNext wend 'Response.Write(count& "

") 'Response.End() oClubs.Close oConn.Close set oClubs = nothing set oConn = nothing end sub sub showResults(thisCounty) dim strEmail %>
Contact Name: <%=oClubs("forenames") & " " & oClubs("surname")%>
Tel Number(s): <%=oClubs("telephone_day")%>
Location: <%=oClubs("county") %>
Email: <% 'GET thisCOunty email address if exists - else get "county" email address and finally get email1 if no others exist if isnull(oClubs(thisCounty)) or len(oClubs(thisCounty))=0 then if isNull(oClubs("county_email")) or len(oClubs("county_email"))=0 then strEmail = oClubs("county_email") else strEmail = oClubs("email1") end if else strEmail = oClubs(thisCounty) end if 'WRITE OUT EMAIL LINK USING JAVASCRIPT 'split email address up if not isnull(strEMail) and len(strEmail) > 0 then arEmail = split(strEmail,"@") response.write "" &vbcrlf end if %> <% if len(oClubs("clubname"))>0 then %>
Website: /" title="View website" target="_blank">www.lcfclubs.com/<%=oClubs("clubname")%> <% end if %> <% if len(oClubs("fclubname"))>0 then %>

<% end sub %>