<%@ 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/03-04/data") & "/stats.xls;" strSQL = "SELECT * FROM [Apps$] WHERE Player <> '0' ORDER BY Num ;" Set oRs = oCs.Execute(strSQL) %> ToffeeWeb - Everton Player Appearances, 2003-04
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A

Everton Player Statistics, 2003-04

Keep track of Everton Appearances, Goals and Cards received in 
the 2003-04 Season


  Appearances, 2002-03 Appearances, 2004-05
APPEARANCES, GOALS & CARDS Correct to <%=FormatDateTime(oRs("Date"),vblongdate)%>

<%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 %>
OK

We use cookies to enhance your experience on ToffeeWeb and to enable certain features. By using the website you are consenting to our use of cookies in accordance with our cookie policy.