I have a form, where the fields match the quantity entered in the database. I'm bringing this as follows:
<?php
....
$contar = $metodos->contarCadastro($chave);
$num = 1;
for($c = 1; $c <= $contarPaxes; $c++){
?>
<div align=...
asked by
20.10.2015 / 14:20