That's weird because I have information in that table I am trying to get
EDIT: Its gotta be something with the line
Code:
$poll = $_GET['poll'];
$poll = $_GET['poll'];
<?php
/* Display a vote form. */
require_once("vote_config.php");
$poll
<?php
// Displays voting form
require_once("vote_config.php");
$poll = $_GET['hockeypoll'];
Leave a comment: