Skip to content

Instantly share code, notes, and snippets.

@valdiney
Created April 22, 2017 23:42
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 valdiney/9ad77a4f03129e98ecd0157764f6c138 to your computer and use it in GitHub Desktop.
Save valdiney/9ad77a4f03129e98ecd0157764f6c138 to your computer and use it in GitHub Desktop.
<?php
$posicoes = $_POST['posicoes'];
foreach ($posicoes as $key => $id) {
$data['posicao'] = $key;
$this->perguntas_enquete->update($data, $id);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment