I have a live update system for a football team, which I input the following:
Date, Score, Event (Goal, Red card, Yellow Card, none), Details
So 4 columns.
At the top of the page, I want to display the latest score, so bascially I want to grab whatever the current score is and display that at the top.
This is the page:
http://www.corkcityfc.net/updates
I've hard coded in the "2-1" at the top of the page to show you what I mean.
I've tried messing around but can't get it to work. Any ideas?