Ver Mensaje Individual
  #14 (permalink)  
Antiguo 11/04/2007, 11:28
Avatar de humanista
humanista
 
Fecha de Ingreso: abril-2005
Mensajes: 878
Antigüedad: 19 años
Puntos: 15
Re: votar en 1 web

hola, he ejecutado el ajax poller (http://www.dhtmlgoodies.com/index.ht...pt=ajax-poller) y m sale este error:


".$inf["pollerTitle"]."

"; // Output poller title $resOptions = mysql_query("select * from poller_option where pollerID='$pollerId' order by pollerOrder") or die(mysql_error()); // Find poll options, i.e. radio buttons while($infOptions = mysql_fetch_array($resOptions)){ if($infOptions["defaultChecked"])$checked=" checked"; else $checked = ""; echo "
".$infOptions["optionText"]."

"; } } ?>