 |
| |
• 2007 SPLAT Awards
• Dangerous Power Threshold
• We show you how to take down tanks
• 7 ways to win 7-man
• PSP World Cup Coverage
• How to get published in paintball |
| |
 |
|
| |
 |
 |
| GIRLS |
| GEAR |
| FREE STUFF |
| READERS GUNS |
| EVENT CALENDAR |
| STORE FINDER |
| FIELD FINDER |
| EVENT RESULTS |
| I GET AROUND |
|
");
for ($j=0;$j<$nr;$j++)
{
$x=$j%2;
if($x==0)
{
$bg="#333333";
}
else
$bg="#555555";
$id = mysql_result($result,$j,"id");
$date = mysql_result($result,$j,"date");
$xdate = date('m/d', strtotime($date));
$email = mysql_result($result,$j,"email");
$category = mysql_result($result,$j,"category");
$headline = mysql_result($result,$j,"headline");
$news = mysql_result($result,$j,"news");
$image = mysql_result($result,$j,"image");
$u=urlencode($headline);
echo "
|
$headline |
$xdate |
";
}
print(" | ");
}
?>

";
for ($i=0;$i<$nr2;$i++)
{
$title = mysql_result($r,$i,"title");
$category = mysql_result($r,$i,"category");
$link = mysql_result($r,$i,"link");
$description = mysql_result($r,$i,"description");
$article = mysql_result($r,$i,"article");
$image = mysql_result($r,$i,"home_image");
$thumb = mysql_result($r,$i,"home_image");
$color = "#333333";
$mod = $i%2;
if ($mod == 0)
$color = "style=\"background-color: #555555;\"";
else
$color = "style=\"background-color: #333333;\"";
if ($i==0)
{
echo "
$title |
";
}
else
{
echo "
| $title |
";
}
}
echo " | ";
}
?>
";
for ($i=0;$i<$nr2;$i++)
{
$title = mysql_result($r,$i,"title");
$category = mysql_result($r,$i,"category");
$link = mysql_result($r,$i,"link");
$description = mysql_result($r,$i,"description");
$article = mysql_result($r,$i,"article");
$image = mysql_result($r,$i,"image");
$thumb = mysql_result($r,$i,"home_image");
$color = "#333333";
$mod = $i%2;
if ($mod == 0)
$color = "style=\"background-color: #555555;\"";
else
$color = "style=\"background-color: #333333;\"";
if ($i==0)
{
echo "
 $title |
";
}
else
{
echo "
| $title |
";
}
}
echo " |