<?php
/**
 * @link: http://www.Awcore.com/dev/2/2/jquery-dynamic-poll-with-animated-colors_en
 */
 
    $db = @mysql_connect('localhost', 'root', '') or die(mysql_error());
    @mysql_select_db('polls', $db) or die(mysql_error());
 
?>