Motorcycle Products and accessories Reviews - BikerPlaza.com"); } else { echo("" . str_replace("-", " ", $full_review)) . " - BikerPlaza.com"; $review = mysql_query("SELECT REVIEW_ID, NAME, SUMMARY, FACTS, FULL_REVIEW, PROS, CONS, CONCLUSION, PRODUCT_URL, COMPANY_URL, VIDEO, COMPANY_NAME, COMPANY_LOGO, RATING, PHOTOS, PHONE, EMAIL, ADDRESS, CITY, STATE, ZIP, FORUM_TOPIC_ID FROM REVIEW WHERE SEO_NAME = '" . $full_review . "'"); while ($row = mysql_fetch_array($review)) { $description = $row["SUMMARY"]; } mysql_data_seek($review, 0); } if($description) { echo(""); } else { echo(""); } ?>

Motorcycle Products, Parts & Accessories Reviews - BikerPlaza.com
Comprehensive motorcycle related reviews from a biker point of view

Motorcycle Event Directory - BikerPlaza.com
Would you like us to review your product?
Send us an email with your name and product and we'll consider it for review.


" . $row["NAME"] . "

" . special_cleanup($row["NAME"]) . " (# " . $row["REVIEW_ID"] . ")

" . $row["SUMMARY"] . "

Read Full Review


"); } } else { while ($row = mysql_fetch_array($review)) { echo("

" . $row["SEO_NAME"] . "" . special_cleanup($row["NAME"]) . " (# " . $row["REVIEW_ID"] . ")

Summary:

" . $row["SUMMARY"] . "
" . $row["VIDEO"] . "


"); if($row["FACTS"]) { echo("

Fact:

" . $row["FACTS"] . "

"); } echo("

Point Of View:

" . $row["FULL_REVIEW"] . "

Pros:

" . $row["PROS"] . "

Cons:

" . $row["CONS"] . "

Conclusion:

" . $row["CONCLUSION"] . "

Ratings:

" . $row["RATING"] . "

" . $row["PHOTOS"] . "

" . $row["COMPANY_NAME"] . " Info:

" . $row["COMPANY_NAME"] . "
WebSite: " . $row["COMPANY_URL"] . "
Contact: " . $row["PHONE"] . ", Email " . $row["COMPANY_NAME"] . "

" . $row["ADDRESS"] . "
" . $row["CITY"] . ", " . $row["STATE"] . " " . $row["ZIP"] . "
"); /* if($row["FORUM_TOPIC_ID"]) { echo("
"); echo("

You must be Registered and Logged-In to comment.

"); $ForumPage = file_get_contents('http://www.bikerplaza.com/forum/viewtopic_plaza.php?t=' . $row["FORUM_TOPIC_ID"]); $patterns = array(); $patterns[0] = '/src="\./'; $patterns[1] = '/href="\./'; $replacements = array(); $replacements[0] = 'src="http://www.bikerplaza.com/forum'; $replacements[1] = 'href="http://www.bikerplaza.com/forum'; echo preg_replace($patterns, $replacements, $ForumPage); echo("
"); } */ } } mysql_close($dbcnx); ?>