Example #1
0
            </td>
            <td>
                Type / Format
            </td>
            <td>
                Length
            </td>
            <td>
                Values
            </td>
        </tr>
    </thead>
    <tbody>
        <?php 
//show table variables
$table_variables = Table::get_table_variables($table_info['Table_ID']);
while ($variable = mysqli_fetch_assoc($table_variables)) {
    ?>
            <tr>
                <td>
                    <a href="variable_info.php?variable_id=<?php 
    echo $variable['Variable_ID'];
    ?>
"><?php 
    echo stripslashes($variable['Variable_Name']);
    ?>
</a>
                </td>
                <td>
                    <?php 
    echo stripslashes($variable['Variable_Description']);