Table 'forum_db.poll_questions' doesn't existTable 'forum_db.poll_questions' doesn't exist
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/tes/public_html/modules/poll/includes/functions-sql.inc.php on line 98
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_ip = "38.103.63.62" LIMIT 1' at line 1You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_ip = "38.103.63.62" LIMIT 1' at line 1
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/tes/public_html/modules/poll/includes/functions-sql.inc.php on line 98
Table 'forum_db.poll_questions' doesn't existTable 'forum_db.poll_questions' doesn't exist
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/tes/public_html/modules/poll/includes/functions-sql.inc.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/tes/public_html/modules/poll/includes/functions-sql.inc.php:20) in /home/tes/public_html/modules/poll/inc.lastpoll.php on line 67
Warning: Invalid argument supplied for foreach() in /home/tes/public_html/modules/poll/inc.lastpoll.php on line 107
function jpoll__1246655358(choice) {
var xmlHttp;
try {
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
try {
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
catch (e) {
alert("Your browser does not support AJAX!");
return false;
}
}
}
xmlHttp.onreadystatechange=function() {
if(xmlHttp.readyState==4) {
document.getElementById('_1246655358_results').innerHTML = xmlHttp.responseText;
}
}
xmlHttp.open("GET","http://www.tesnexus.com/modules/poll//inc.lastpoll.php?_cmd=vote&poll_id=&choice="+ choice +"&ran=" + Math.random(),true);
xmlHttp.send(null);
}document.write('