The 2013 UKSMG Summer Contest Results are now available and may be found below. Many thanks to all that sent in entries and check logs
this year and congratulations to the section winners. It seems that this years contest saw better conditions than last
year and consequentially we have a few more entrants. There were however far more participants than entrants which is a pity.
I'd love to receive your logs even only if you have worked just a handful of stations, it doesn't matter. It provides me with a
check log I can use to verify other logs and it's nice to see your entry up in the tables, you'd be surprised how high up the tables
you could have got if only you had submitted your log. And while on the subject, I'm happy to receive check logs, but why not
submit an entry anyway you have absolutely nothing to loose. I've made a few changes to the tables, this year sees the first table
that's system generated rather than manually created. This gives a much cleaner and consistent appearance and reduces delays in updating.
This year, for the first time we had a "Claimed Score Table". From now on this table will be automatically updated from your log
submission using our on line log submission form, so you can see how well you think you have done right away. I hope you like
these small improvements I'll endeavour to make more as time goes by. So thank you for supporting our contest, I hope to see you again next year.
Best 73's de Dave, G8FXM
UKSMG Contest Manager
Multi Operator
Pos
Call
Grids
DXCC
Members
Score
// mysql_select_db("uksmg_e107") or die("Cannot select database");
$query = "SELECT * FROM `contest_final_scores_2013` WHERE category='Multi Operator' ORDER BY final_score DESC ";
$result = mysql_query($query) or die("Query failed");
$numofrows = mysql_num_rows($result);
$mnum = 1;
$mnum2 = 1;
for($i=0; $i < $numofrows; $i++) {
$row = mysql_fetch_array($result);
if ($user_call == $row["callsign"])
{
echo "