Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. require('../_app/Config.inc.php');
  3. header("Content-type:application/json");
  4. $read = new Read;
  5. $read->ExeRead("`lojamatriz`");
  6. if (!$read->getResult()):
  7. else:
  8.     foreach ($read->getResult() as $ses):
  9.       echo json_encode($ses);
  10.     endforeach;
  11. endif;
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement