Advertisement
Guest User

index.php

a guest
Dec 18th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. include 'template.php';
  3. include 'connect.php';
  4.  
  5. error_reporting(0);
  6.  
  7. $sql = "SELECT * FROM t172500_posts ORDER BY score DESC";
  8.  
  9. ?>
  10.  
  11.  
  12. <div class = "posts">
  13. <div id = "postsArea">
  14. Postitused
  15.  
  16.  
  17. </div>
  18. </div>
  19.  
  20. </div>
  21. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement