<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Example Site Access Data in HTML page</title>
<meta name="description" content="Example Site Access Data, in HTML page, PHP - Ajax script, from http://coursesweb.net/" />
<link rel="stylesheet" type="text/css" media="all" href="siteaccess/siteaccess_v.css">
</head>
<body>
<h1>Example Site Access Data in HTML page</h1>
<br/>
<div id="siteacc">
<script type="text/javascript">
document.write('<script '+'type="text/javascript" src="siteaccess.php?pga='+ location.pathname + location.search +'"></'+'script>');
</script>
</div>
<div style="margin:8em auto 2em auto;text-align:center;">PHP - Ajax script, from: <a href="http://coursesweb.net/php-mysql/" title="PHP-MySQL Course">http://coursesweb.net/php-mysql/</a></div>
</body>
</html> |