Login   Register  
PHP Classes
elePHPant
Icontem

File: test.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of MarPlo  >  Web Site Traffic and Pages Access  >  test.html  >  Download  
File: test.html
Role: Auxiliary data
Content type: text/plain
Description: Example script included in html file
Class: Web Site Traffic and Pages Access
Record visits of real users to Web site pages
Author: By
Last change:
Date: 2013-08-15 23:52
Size: 833 bytes
 

Contents

Class file image Download
<!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>