Skip to content

Instantly share code, notes, and snippets.

@mbarrerar
Created August 27, 2015 14:37
Show Gist options
  • Save mbarrerar/8fdf3239e82a605bac29 to your computer and use it in GitHub Desktop.
Save mbarrerar/8fdf3239e82a605bac29 to your computer and use it in GitHub Desktop.
<?php
foreach($_POST['prod'] as $key => $val){
echo "codigo: ".$val['codigo'];
echo "<br>";
echo "cantidad: ".$val['cantidad'];
echo "<br>";
echo "---------------------------";
echo "<br>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment