Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $campos = array();
  2. foreach($_GET as $indice => $valor){
  3. $teste = substr($indice, 0, 2);
  4. if($teste == 'is'){
  5. $campos[] = $indice => $valor;
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement