<%@ Language=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Dim oCs, oRs, strSQL set oCs = server.createobject("ADODB.Connection") oCs.Open "Driver={Microsoft Excel Driver (*.xls)}; DBQ=" & Server.MapPath("/season/02-03/data") & "/stats.xls;" strSQL = "SELECT * FROM [Apps$] WHERE Player <> '0' ORDER BY Num ;" Set oRs = oCs.Execute(strSQL) %> ToffeeWeb - Everton Player Appearances, 2002-03
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A

Everton Players' Appearances, 2002-03

This page lists statistics for Everton players during the 2002-03 Season,
including Appearances, Goals and Cards received


  Appearances, 2001-02 Appearances, 2003-04
APPEARANCES, GOALS & CARDS  

<%Do while NOT oRs.EOF%> <%oRs.MoveNext%><%Loop%>
No Player Appearances Goals Cards
    League Cup Total League Cup Total Yellow Red
 <%=oRs("Num")%>   <%=oRs("Player")%> <%=oRs("PlayedLeague")%>(<%=oRs("SubLeague")%>) <%=oRs("PlayedCup")%>(<%=oRs("SubCup")%>) <%=oRs("PlayedTotal")%>(<%=oRs("SubTotal")%>) <%=oRs("ScoredLeague")%> <%=oRs("ScoredCup")%> <%=oRs("ScoredTotal")%> <%=oRs("Yellow")%> <%=oRs("AllRed")%>



Figures in brackets indicate substitute appearances
Yellow cards exclude double-yellows
Red cards include double-yellow dismissals
Greyed-out players are no longer with the club
Excludes loan spells away from Everton

<% oCs.Close Set oRs = Nothing %>