<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim teams__MMColParam teams__MMColParam = "priory" If (Request("MM_EmptyValue") <> "") Then teams__MMColParam = Request("MM_EmptyValue") End If %> <% Dim teams Dim teams_numRows Set teams = Server.CreateObject("ADODB.Recordset") teams.ActiveConnection = MM_parkside_mysql_STRING teams.Source = "SELECT * FROM team_details WHERE team_id LIKE '%" + Replace(teams__MMColParam, "'", "''") + "%' ORDER BY id ASC" teams.CursorType = 0 teams.CursorLocation = 2 teams.LockType = 1 teams.Open() teams_numRows = 0 %> Priory Parkside
 
 
Home The Club Teams Games Guestbook League tables
  Since 1978 Priory Parkside Colts F.C have been providing the facilities for boys and girls in the St.Neots area to enjoy and participate in junior football. Now in their Silver Jubilee year the club intends to hold various functions throughout the year to mark this fantastic achievement. Watch out for more news coming soon.
Please look around our site where you can find information on our Club History, Honours, News, Sponsors, and direction to priory park

Get all the latest team Details, player Statistics, Profiles

Go to our games section or download the priory parkside screen saver Sign our guestbook

 
   
   
   
   
  
<% teams.Close() Set teams = Nothing %>