Sample> Logo Chrono

<?php

// include TPLN
include('TPLN/TPLN.php');

$TPLN = new TPLN;
$end 10;

for(
$i=0;$i<$end;$i++)
{

 
$TPLN->Open('logo_chrono.html');

  if(
$i == $end-1)
  {
   
$TPLN->SetChrono('ALL');
   echo 
'Total chrono actived<br>';
  }

 
$TPLN->Write();
 echo 
'<br>';
}

?>
<html>
<head>
    <title>TPLN - DB function ShowResult Sample</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="../style.css" rel="stylesheet" type="text/css" />
</head>

<body>
{_Logo} in {_Chrono} s
</body>

</html>