Beispiel #1
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Tabel</title>
	<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
	<h1>Color table</h1>

		<?php 
require "make_table.php";
$tableRows = 3;
$tableColumns = 5;
echo color_table($tableColumns, $tableRows);
?>
</body>
</html>
Beispiel #2
0
		</div>
        </div>
		</div>
        <div class="row">
        <div class="col-md-5 col-md-offset-2">
        <div class="table-responsive">
        <div id="cover">
       	<?php 
data_page($dbc);
?>
        </div>
        </div>
        </div>
        <div class="col-md-3">
    
       <table style="margin-left:0px;" class="table table-bordered">
       <tr><td>Rating</td><td>Title</td></tr>
       <?php 
color_table($dbc);
?>
       </table>
      
        </div>
        </div>
        </div>
        <?php 
include 'config/js.php';
?>
 
</body>
</html>