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

Woobe roulette script

Woobe roulette script

Woobe v2.1 roulette script  There are 4 game modes 1. Dice 2. Mines 3. jackpot …

Leave a Reply

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