items_total = $aantal['aantal']; $page->paginate(); ?>
Movies
current_page-1)*30; $result = mysql_query("SELECT * FROM movies ORDER BY id DESC LIMIT ".$limit_letf.", 30"); while($row = mysql_fetch_assoc($result)){ echo "
".$row['description']."
".$row['website']."
"; } ?>