Hello and welcome to
Notice: Undefined variable: siteName in /var/www/vhosts/com/labbs/www/linkexchange/rate.php on line 58
!


Notice: Undefined variable: siteDescription in /var/www/vhosts/com/labbs/www/linkexchange/rate.php on line 61

Categories:

Notice: Undefined variable: staticType in /var/www/vhosts/com/labbs/www/linkexchange/rate.php on line 83
".$category."
"; //////////find sub categories////////////////////////////// $subcatsql = mysql_query("SELECT * FROM subcategories WHERE catNo ='$catNo' ORDER BY `subName` ASC"); while ($subcatrow = mysql_fetch_array($subcatsql, MYSQL_ASSOC)){ $subcategory = $subcatrow["subName"]; $subNo = $subcatrow["subNo"]; echo "".$subcategory."
"; } } ?>
Rate .
.09) && ($totalavg < 1.5)): echo ""; break; case (($totalavg > 1.4) && ($totalavg < 2)): echo ""; break; case (($totalavg > 1.9) && ($totalavg < 2.5)): echo ""; break; case (($totalavg > 2.4) && ($totalavg < 3)): echo ""; break; case (($totalavg > 2.9) && ($totalavg < 3.5)): echo ""; break; case (($totalavg > 3.4) && ($totalavg < 4)): echo ""; break; case (($totalavg > 3.9) && ($totalavg < 4.5)): echo ""; break; case (($totalavg > 4.4) && ($totalavg < 5)): echo ""; break; case ($totalavg > 4.5): echo ""; break; default: echo "Not rated yet"; } ?>   Vote(s)
 
Excellent! I give them a 5.
Very Good I give them a 4.
They're Good I give them a 3.
They're OK I give them a 2.
Not too good I give them a 1.
HORRIBLE! I give them a 0.



GO BACK
 


You have already rated this listing
GO BACK
"; exit; }else{ $sql = "INSERT INTO ratings VALUES ( '$rateDate', '$ip', '$memberID', '$rating', '$ratingAvg' )"; if ( @mysql_query($sql) ) { echo("
Thank you for rating ".$memberURL."!
GO BACK
"); exit; } else { echo("

Error performing update: " . mysql_error() . "

"); } } }//////////////////////////////////////////////////////////////////////////////////////////////////// ?>