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

FAKE CRYPTO EXCHANGE SCRIPT

FAKE CRYPTO EXCHANGE SCRIPT

Main Features: – Automatic address generation for each user – Automatic verification of deposits to …

Leave a Reply

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