Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. ... // functions and SQL to collect $resultHeader and $resultHTML parameters from your database.
  3. $header = buildHeader($resultHeader);
  4. $html = buildHTML($resultHTML);
  5. echo $header;
  6. echo $html;
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement