Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Last active October 15, 2015 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dinamiko/645d10709a1cbee4ce4a to your computer and use it in GitHub Desktop.
Save Dinamiko/645d10709a1cbee4ce4a to your computer and use it in GitHub Desktop.
<div class="encuesta-resultados-container">
<h2>Resultados</h2>
<h3>Total: <?php echo encuesta_get_registros();?></h3>
<h3>Huevo: <?php echo encuesta_get_registros_respuesta( 'Huevo' );?></h3>
<h3>Gallina: <?php echo encuesta_get_registros_respuesta( 'Gallina' );?></h3>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment