$ipl_team_counter = 0;
foreach($ipl_teams_arr as $ipl_team_details)
{
$ipl_team_counter = $ipl_team_counter + 1;
$ipl_team = $ipl_team_details[0];
$team_homepage = str_replace(" ", "-", $ipl_team.".htm");
echo "\n\t\t ".$ipl_team." | ";
if($ipl_team_counter == 3) {
echo " ";
$ipl_team_counter = 0;
}
}
?>
|
|
// DISPLAY POLL
$show_poll_id = 6;
include_once("includes/polls.php"); // INCLUDE POLLS
?>
|