Hi all,
I know how to read all files present in a folder and display it but is there a way to paginate them as well?
Moderator: Moderators



$start_item = isset($_GET['start']) ? $_GET['start'] : 0;
$start_item = intval($start_item) ? intval($start_item) : 0;
Users browsing this forum: No registered users and 0 guests