Paginated output in PHP

<?php                    
if (!empty($_GET['do']) && file_exists( "action/" . $_GET['do'] . '.php' ) )
{
  include "action/" . $_GET['do'] . '.php';
}
else  
{
include "action/checking.php"; 
}
?>
<a href="?do=main" class="button">CLICK</a><br>

Check Also

Anonymous Linux VPS NVMe (Ignores DMCA)

Anonymous Linux VPS NVMe (Ignores DMCA)

Anonymous Linux VPS NVMe (Ignores DMCA) Ultra-fast NVMe VPS for blazing speeds, giving you unbeatable …

Leave a Reply

Your email address will not be published. Required fields are marked *