Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "data": [
  3. <?php foreach ($rs as $row): ?>
  4. [
  5. "<?= $row['ID_Receita']; ?>",
  6. "<?= $row['nome']; ?>",
  7. "<?= $row['valor']; ?>",
  8. "<?= $row['dataVenci']; ?>",
  9. "<?= $row['formaEntrada']; ?>"
  10. ],
  11. <?php endforeach; ?>
  12. ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement