<h4>Explore Examples</h4> 
    <div class="container-fluid examples"> 
        <div class="container"> 
             <a class="example-item <?php if($page=='crud360_example1.php') echo 'selected-example';?>" href="crud360_example1.php">Example 1</a> 
              <a class="example-item <?php if($page=='crud360_example2.php') echo 'selected-example';?>" href="crud360_example2.php">Example 2</a> 
              <a class="example-item <?php if($page=='crud360_example3.php') echo 'selected-example';?>" href="crud360_example3.php">Example 3</a> 
              <a class="example-item <?php if($page=='crud360_example4.php') echo 'selected-example';?>" href="crud360_example4.php">Example 4</a>           
              <a class="example-item <?php if($page=='crud360_example5.php') echo 'selected-example';?>" href="crud360_example5.php">Example 5</a>           
              <a class="example-item <?php if($page=='crud360_example6.php') echo 'selected-example';?>" href="crud360_example6.php">Example 6</a>           
              <a class="example-item <?php if($page=='crud360_example7.php') echo 'selected-example';?>" href="crud360_example7.php">Example 7</a>           
     
        </div> 
    </div> 
 
 
 
<hr> 
<p align='center'>Current Version: 1.0b (beta)</p> 
   
 
 |