Your Local Listings

This is a list of all local assets registered to your specific forum user ID.

Running Stores

".$row['runshops_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>

Bike Shops

".$row['retailer_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>

Coaches

".$row['coach_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>

Fitters

".$row['fitter_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>

Triathlon Clubs

".$row['triclub_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>

Race Calendar

".$row['name']."
"); $i++; } if ($i == 0) { echo ("none
"); } ?>
You must be logged in with cookies enabled.
"); } ?>
".$row['coach_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } //fitters [Fitters] $sql = "SELECT fitter_id, fitter_name FROM gforum_Fitters WHERE fitter_submitted_by = ".$useruid; $results = mysql_query($sql) OR die(mysql_error()); $i = 0; while($row = mysql_fetch_array($results)) { echo ("".$row['fitter_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } //runshops [Running Shops] $sql = "SELECT runshop_id, runshop_name FROM gforum_Runshops WHERE runshop_submitted_by = ".$useruid; $results = mysql_query($sql) OR die(mysql_error()); $i = 0; while($row = mysql_fetch_array($results)) { echo ("".$row['runshop_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } //retailers [Retailers] $sql = "SELECT retailer_id, retailer_name FROM gforum_Retailers WHERE retailer_submitted_by = ".$useruid; $results = mysql_query($sql) OR die(mysql_error()); $i = 0; while($row = mysql_fetch_array($results)) { echo ("".$row['retailer_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } //triclubs [Tri Clubs] $sql = "SELECT triclub_id, triclub_name FROM gforum_Triclubs WHERE triclub_submitted_by = ".$useruid; $results = mysql_query($sql) OR die(mysql_error()); $i = 0; while($row = mysql_fetch_array($results)) { echo ("".$row['triclub_name']."
"); $i++; } if ($i == 0) { echo ("none
"); } //triathlons [Race Calendar] $sql = "SELECT uid, name FROM gforum_Triathlons WHERE submitted_by = ".$useruid; $results = mysql_query($sql) OR die(mysql_error()); $i = 0; while($row = mysql_fetch_array($results)) { echo ("".$row['name']."
"); $i++; } if ($i == 0) { echo ("none
"); } **/ ?>