BikerPlaza.com - Motorcycle Event Photos
See motorcycle event photos of what you missed

Motorcycle Event Directory - BikerPlaza.com
" . $row["EVENT_NAME"] . ""; } else { $event_name = $row["EVENT_NAME"]; } echo("
" . $event_name . "
" . $row["YEAR"] . " - " . $row["CITY"] . ", " . $row["STATE"] . "
"); echo("submited by " . $row["NAME"] . " on " . $row["SUBMIT_TSP"] . "
"); if($row["DESCRIPTION"]) { echo("
" . $row["DESCRIPTION"] . "

"); } ?>

Click here to send us your Motorcycle Event photos
0) { foreach($farr as $fvalue) { if(substr($fvalue, -9) == "small.jpg" && $row["IS_V2"] == "Y") { list($image_width, $image_height, $type, $attr) = getimagesize($row["DIR"] . "/" . $fvalue); $v_alt = $row["EVENT_NAME"] . " " . $row["YEAR"]; echo("" . $v_alt . ""); } elseif(substr($fvalue, -9) != "small.jpg" && $row["IS_V2"] <> "Y") { list($image_width, $image_height, $type, $attr) = getimagesize($row["DIR"] . "/" . $fvalue); $v_alt = $row["EVENT_NAME"] . " " . $row["YEAR"]; echo("" . $v_alt . ""); } } } ?>