Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. foreach ($sql->fetchAll() as $usuario)
  2. {
  3. echo '<tr>';
  4. echo '<td><font size="2">'.$usuario['TIPO'].'</font></td>';
  5. echo '<td><font size="2">'.$usuario['COD_BO'].'</font></td>';
  6. echo '<td><font size="2">'.$usuario['DESCRICAO'].'</font></td>';
  7. echo '<form method="POST">';
  8. echo '<td> <input type="text" name="qtd"/> </td>';
  9. echo '<td> <input type="text" name="valor"/> </td>';
  10. echo '</form>';
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement