Exemplo n.º 1
0
    //"iScrollLoadGap": 20
                } );
} );
</script>

<?php 
$id = $_REQUEST['id'];
$log = array();
//$csvdata = apc_fetch('csvdata');
/*
echo "<pre>";
print_r($csvdata);
echo "</pre>";
*/
$uiLog = new UILog();
$log = $uiLog->getLogsByID($id);
echo "<b>ID:</b> " . $id;
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="table_id">
    <thead>
        <tr>
            <th>Date Time</th>
            <th>Info</th>
            <th>URI</th>
            <th>User</th>
            <th>Lab</th>
            <th>Version</th>
            <th>Tag1</th>
            <th>Tag2</th>
            <th>Tag3</th>