Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <input type="checkbox" id="checkbox" name="deletar[]" value="<?php echo $row['id']; ?> " />
  2.  
  3. <input type="submit" class="excluir-varios" value="Excluir selecionados" onClick="return confirm('Deseja realmente deletar os artigos selecionados?')">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement