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

NFT Marketplace Project Software for developers

NFT Marketplace Project Software for developers

ready-made NFT marketplace script used to build a decentralized powered NFT marketplace instantly on various …

Leave a Reply

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