
03/01/2012, 12:04
|
| | Fecha de Ingreso: diciembre-2011 Ubicación: madrid
Mensajes: 32
Antigüedad: 13 años, 3 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> |