<?php

include "DBconfig.php";
include "ProfileClass.php";
$Pfrm_dte = $_GET['fdate'];
$Pto_dte = $_GET['tdate'];
$ProfileHistory = new ProfileActivity($dbHost, $dbUser, $dbPwd, $dbName, '', $Pfrm_dte, $Pto_dte);
$result = $ProfileHistory->Display();
?>
<html>
 <head>
	<?php 
include "header.php";
?>
	<script type="text/javascript">
		$(document).ready( function () {
    		$('#ProfileHistoryDetails').dataTable({
				"iDisplayLength": 20,
				"iDisplayStart": 20
			});			
		} );
   </script>
 </head>
 <body>
	<?php 
include "Menu.php";
?>
	<div class="positionDownload"><a href="ProfileTimerDownload.php?Pfdate=<?php 
echo $Pfrm_dte;
?>
&ptdate=<?php 
<?php

include "DBconfig.php";
include "ProfileClass.php";
$ProfileTimer = new ProfileActivity($dbHost, $dbUser, $dbPwd, $dbName, date('Y-m-d'), "", "");
$result = $ProfileTimer->Display();
?>
<html>
 <head>
    <?php 
include "header.php";
?>
   <script type="text/javascript">
        $(document).ready( function () {
    	$('#ProfileTimerDetails').dataTable({
				"iDisplayLength": 20,
				"iDisplayStart": 20
		});		
//      alert("Profile");  
        Profile=setTimeout(function(){window.location.href=document.URL;},180000);		
		} );	
      </script>
 </head>
 <body>
	<?php 
include "Menu.php";
?>
	
   <div class="positionDownload"><a href="ProfileTimerDownload.php">Download<a/></div><br/>
   <div class="TableTitle TableDetails">Profile Log Details</div><hr/> 
   <table id="ProfileTimerDetails" class="display">
Example #3
0
<html>
<?php 
include "DBconfig.php";
include "AuditClass.php";
include "TicketClass.php";
include "ProfileClass.php";
$AuditEntries = new AuditLog($dbHost, $dbUser, $dbPwd, $dbName, date('Y-m-d'), '', '');
$ProfileEntries = new ProfileActivity($dbHost, $dbUser, $dbPwd, $dbName, date('Y-m-d'), "", "");
$TicketEntries = new TicketLog($dbHost, $dbUser, $dbPwd, $dbName, date('Y-m-d'), "", "");
include "header.php";
?>
    <script type="text/javascript">
       $(document).ready( function () {
			Index=setTimeout(function(){window.location.href=document.URL;},180000);		
	  } );    
    </script> 
 <body>
  <form method="post">
   <?php 
include "Menu.php";
?>
   
   
   <div id="Header"> </div>
   <footer class="Entries">
		<div class="EntriesBody"> 
			<div class="EntriesHead"><div>Activity Entries of today</div></div><br/>
			<div class="EntriesRow"> <div>Audit Entries:<?php 
$AuditEntries->AuditEntriesCount();
?>
</div></div>