Arrow

Remove certain fields from being displayed (Standings) | Peter's Sports League Standings | Forum

Back to the sports standings script page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Remove certain fields from being displayed (Standings)
November 18, 2008
10:53 am
Sonny
Guest

Can you explain how I can remove some fields on the standings.php but team name, the RF field, winning percentage and points in that group, I have been trying but I keep getting parse error’s

Ed

PS I started another tread the other one was getting a bit confusing
with all the various questions.

November 19, 2008
1:32 am
Peter
Admin
Forum Posts: 841
Offline

Hi, it's a completely table-based layout, so you just need to remove the appropriate table header tag(s) and its/their contents, then remove the corresponding table cell tag(s) and its/their contents. To be safe, you can leave all of the MySQL logic intact, so that those fields are calculated but just not displayed.