Skip to content

Instantly share code, notes, and snippets.

@baltazarparra
Created July 27, 2016 14:23
Show Gist options
  • Save baltazarparra/7efe88ea0d148e3f4067df3626929888 to your computer and use it in GitHub Desktop.
Save baltazarparra/7efe88ea0d148e3f4067df3626929888 to your computer and use it in GitHub Desktop.
<?php foreach ($valor as $item) :?>
<td><?php print_r ($item); echo $item['opcao'] ?></td>
<?php endforeach; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment