Created
April 22, 2017 23:42
-
-
Save valdiney/9ad77a4f03129e98ecd0157764f6c138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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