header(); if(isset($_GET['p'])) { $page = $_GET['p']; } else { $page = 1; } $limit = 18; $page -= 1; $offset = $page * $limit; ?>