Guest User

Untitled

a guest
Jul 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2. session_start();
  3. include ('config/db.php');
  4. require('_drawrating.php');
  5. require('includes/functions.php');
  6. $rowsperpage = 15; // how many items per page
  7. $range = 10;// how many pages to show in page link
  8. $_SESSION['cat_num'] = $_GET['category'];
  9. if (!isset($_SESSION['cat_num']))
  10. {
  11. $_SESSION['cat_num']=="4";
  12. };
  13. ?>
Add Comment
Please, Sign In to add comment