| |
|
VOTE FOR YOUR FAVORITE CHEESE STEAKS!
Vote for as many as you like, but you can only vote once in 24
hours.
$vote = file_get_contents('http://www.cheesesteaktown.com/poll/vote.php');
echo $vote;
?>
|
}
?>
|
$results = file_get_contents('http://www.cheesesteaktown.com/poll/stat2.php');
echo $results;
?>
|
}
?>
|