Posts by Vicente Paulo Maciel • 29 points
2 posts
-
1
votes2
answers32773
viewsA: Spacing between html paragraphs
p { text-indent: 2em; text-align: justify; }
-
1
votes1
answer906
viewsQ: How to add an array within an array?
$regras = array( array( 'field' => 'cpf', 'label' => 'CPF', 'rules' => 'required' ), array( 'field' => 'senha', 'label' => 'SENHA', …