<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Application("sportID") <> "") Then Recordset1__MMColParam = Application("sportID") End If %> <% Dim Recordset1 Dim Recordset1_cmd Dim Recordset1_numRows Set Recordset1_cmd = Server.CreateObject ("ADODB.Command") Recordset1_cmd.ActiveConnection = MM_sknew_STRING Recordset1_cmd.CommandText = "SELECT * FROM dbo.pr WHERE sportID = ? ORDER BY [Date] DESC" Recordset1_cmd.Prepared = true Recordset1_cmd.Parameters.Append Recordset1_cmd.CreateParameter("param1", 5, 1, -1, Recordset1__MMColParam) ' adDouble Set Recordset1 = Recordset1_cmd.Execute Recordset1_numRows = 0 %> <% Dim Recordset2__MMColParam Recordset2__MMColParam = "1" If (Request.QueryString("sportID") <> "") Then Recordset2__MMColParam = Request.QueryString("sportID") End If %> <% Dim Recordset2 Dim Recordset2_cmd Dim Recordset2_numRows Set Recordset2_cmd = Server.CreateObject ("ADODB.Command") Recordset2_cmd.ActiveConnection = MM_sknew_STRING Recordset2_cmd.CommandText = "SELECT * FROM dbo.pr WHERE sportID = ? ORDER BY [Date] DESC" Recordset2_cmd.Prepared = true Recordset2_cmd.Parameters.Append Recordset2_cmd.CreateParameter("param1", 5, 1, -1, Recordset2__MMColParam) ' adDouble Set Recordset2 = Recordset2_cmd.Execute Recordset2_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 6 Repeat1__index = 0 Recordset2_numRows = Recordset2_numRows + Repeat1__numRows %> Rutgers Football - Phil Galiano
Athletics Homepage  
Football Homepage

Phil Galiano

Text Size:

Defensive Ends

Phil Galiano

Phil Galiano is in his fourth season as a member of the Rutgers staff, serving as defensive ends coach for a second season. Galiano was linebackers coach in 2004, and he worked with the defensive line in 2003.

Galiano began his career with the Scarlet Knights as a defensive assistant in 2003, playing an integral role in weekly preparation for the upcoming opponent, including on-field coaching and film breakdown. Galiano also helped tutor two-time Rutgers MVP Gary Brackett, who completed his third season with the Indianapolis Colts in 2005.

Phil GalianoPrior to coming to Rutgers, Galiano was an offensive assistant at Villanova in 2002, working primarily with the tight ends. He also coached the outside linebackers at New Haven in 2001, working under current Scarlet Knight assistant head coach, special teams coordinator and linebackers coach Darren Rizzi, who was head coach of the Chargers at the time. Galiano's first coaching assignment was at Dickinson, where he worked with the outside linebackers during the 2000 season.

Galiano was a three-year starter at safety for Shippensburg University, and served as a tri-captain during his senior season. Galiano helped lead the Raiders to three consecutive winning seasons as a starter from 1997-99, when they posted a 21-11 mark in that time. As a senior, despite missing almost two games with injury, he was one of the team's most productive defensive backs, recording 63 tackles, including two for loss.

Galiano led the Raiders' secondary in tackles with 72 as a junior, and also led the team in fumble recoveries with three. He set a Shippensburg record for the longest fumble return when he took a recovered fumble 95 yards for a touchdown against Bloomsburg. As a sophomore, he broke into the starting lineup and recorded 69 tackles and blocked one punt. He also returned two interceptions 50 yards, including a 35-yard return for a TD against Edinboro. As a freshman, he recorded 46 tackles and had one interception.

Galiano, who hails from Norristown, PA., graduated from Shippensburg in 2000 with a business administration degree. He and his wife, the former Kelly Kress, were married in May, 2004.

The Galiano File

HOMETOWN: Norristown, PA

ALMA MATER: Shippensburg, ‘00

DATE OF BIRTH: 9/8/77

COACHING CAREER:
2005 – Defensive Ends, Rutgers
2004 Linebackers, Rutgers
2003 Graduate Assistant, Defense, Rutgers
2002 Offensive Assistant, Villanova
2001 Outside Linebackers, New Haven
2000 Outside Linebackers, Dickinson

PLAYING CAREER:
Three-year starter at safety at Shippensburg University

 
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Recordset2.Close() Set Recordset2 = Nothing %>