Sports Categories
$user="sportsto_sportst";
$host="localhost";
$password="mitchell";
$database="sportsto_sports";
$connection=mysql_connect($host,$user,$password)
or die ("couldn't connect to server");
$db=mysql_select_db($database,$connection);
$limit=100;
$query_count="SELECT count(distinct category) as total FROM sports";
$result_count=mysql_query($query_count);
$totalrows=mysql_num_rows($result_count);
$page = $_GET['page'];
$row=mysql_fetch_array($result_count);
$totalrows = $row['total'];
if(empty($page))
{
$page = 1;
}
$limitvalue = ($page * $limit) - $limit;
$query = "SELECT distinct category FROM sports order by category LIMIT $limitvalue,$limit";
$result = mysql_query($query) or die("Error: " . mysql_error());
?>
|
$limit=100;
if($page != 1){
$pageprev = $page-1;
}
$numofpages = ($totalrows / $limit);
for($i = 1; $i <= $numofpages; $i++){
if($i == $page)
echo($i." ");
else
echo("$i "); //removed $ in front of page
}
if (floor($totalrows / $limit) != 0) {
if($i == $page)
echo($i." ");
else
echo("$i ");
}
if(($totalrows - ($limit * $page)) > 0){
$pagenext = $page+ 1;
}else
mysql_free_result($result);
?>
|
|
Paintball Gear
Paintballs & Ammo |
Guns & Markers |
Goggles & Masks |
Airsoft |
Accessories
- 32 Degrees 14-inch Nightstick Barrel for BT-4 or Tippmann A5
- 32 Degrees 14-inch Whisper Barrel for 32 Degrees Icon or Kingman Spyder
- 32 Degrees 6-Stage Expansion Chamber
- 32 Degrees Cyclone Knee Pads, Black
- 32 Degrees EZ Pack: 3 Left, 3 Right + Bottle Holder
- 32 Degrees Icon Player's Kit, Blue
- 32 Degrees Nightstick Barrel for 32 Degrees Icon or Kingman Spyder
- 9.6 Volt Rechargeable Battery Kit
- Air America 68 cubic inch/4500 psi LP Output Screw 'n' Air System
- BT Paintball Products Apex Barrel System (Ion or Impluse)
- BT Paintball Products BT-4 Combat Marker
- Battle Max Castle, Tower and Bunker Barrier Inflatable Set
- Diablo 2+1 Harness
- Diablo D13 Gloves, Blue
- Diablo D13 Pants, Blue
- Diablo Formula 13 Paintballs, 2-Tone Shell w/ Yellow Fill - 2,000 Count
- Diablo Heat Gloves, Grey
- Diablo Heat Paintballs w/ Orange Fill - 2,000 Count
- Diablo Heat Pants, Grey
- Diablo Professional-Grade Scorched Paintballs w/ Pink Fill - 2,000 Count
- Diablo Wrath LCD Paintball Marker, Blue
- Diablo Zip-On Cylinder Cover (Fits 68ci Cylinders)
- HALO B Electronic Loader
- Kingman Spyder Pilot ACS Ultra Pack
- R2 4 Foot Paintball Barrel Bunker
- Vexor Eye Paintball Marker
|