Western Carolina Catamounts Baseball Jerseys
We have a great selection of Western Carolina Catamounts baseball merchandise. Get your favorite Western Carolina Catamounts baseball jerseys, t-shirts, baseball hats, Jerseys, and more right here.
$username="skadmin_bj1user";
$password="CRUfhZXSP=@k";
$database="skadmin_bj1";
mysql_connect(localhost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query="SELECT * FROM ff1 WHERE League='COLLEGE' AND Team='Western Carolina Catamounts' AND Product_Name like \"%Baseball%\" order by Price DESC";
$result=mysql_query($query);
if (mysql_numrows($result)==0) {
$query="SELECT * FROM ff1 WHERE League='COLLEGE' AND Team='Western Carolina Catamounts' order by Price DESC";
$result=mysql_query($query);
}
$num=mysql_numrows($result);
mysql_close();
?>
| Product Name |
Image |
Price |
Link |
$i=0;
while ($i < $num) {
$name=mysql_result($result,$i,"Product_Name");
$image=mysql_result($result,$i,"Thumbnail_Image");
$price=mysql_result($result,$i,"Price");
$link=mysql_result($result,$i,"Buy_URL");
?>
| echo '',$name,''; ?> |
echo " "; ?> |
echo $price; ?> |
Buy Now |
$i++;
}
echo " ";
?>
|