Ver Mensaje Individual
  #15 (permalink)  
Antiguo 03/01/2012, 12:04
koski10
 
Fecha de Ingreso: diciembre-2011
Ubicación: madrid
Mensajes: 32
Antigüedad: 12 años, 5 meses
Puntos: 0
Respuesta: Advanced Poll... ultimo paso.

Por partes , el programa lo saque de esta web.
http://www.purosoftware.com/desarrollo-web-scripts-encuestas/01-advanced-poll-2.html

Y el mensaje ese que te pongo es referente a esto:

<?php
// Important! You have to include it before your html code
include_once "/home/highlev2/public_html/HighLevelMusic/poll_cookie.php";
?>

<html>
<body>
<?php
include_once "/home/highlev2/public_html/HighLevelMusic/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>