Ejemplo n.º 1
0
		</tr>
		<tr>
		</tr>
		<tr>
		  <th>Total Visits</th>
		  <td><?php 
echo $ga->getVisitors();
?>
</td>
		</tr>
		<tr>
		</tr>
		<tr>
		  <th>Results Updated</th>
		  <td><?php 
echo $ga->getUpdated();
?>
</td>
		</tr>
		<tr>
			<th>Data Range: </th><td><?php 
echo $ga->getstartDate();
?>
 to <?php 
echo $ga->getendDate();
?>
</td>
		</tr>
	</table>
</body>
</html>