<?php
# what content are we passing to the script and echoing to the user?
$title = 'Why should I use Linux?';
$content = 'WhyUseLinux';
include "tables.php";
?>
