Helping ordinary people create extraordinary websites!

Conduct Web experiments using PHP, Part 1

By Paul Meagher
2005-03-16

VLOG package
The main purpose of the visitor-logging package is to supply a visitor ID to the stimulus-response package so the allotment of stimulus codes to site visitors is properly managed and visitor responses (or lack thereof) are properly logged. To learn more about the VLOG package, you can consult my developerWorks tutorial "Web site User Modeling with PHP" in which I discuss an earlier procedural version of this user-tracking code (see Resources).

For the purposes of this article, all you need to know is that the VLOG package tracks visitors across sessions through a persistent identity cookie (in this example, $_COOKIE['vis_id']).



Tutorial pages:

First published by IBM developerWorks


 1 Votes

You might also want to check these out:


Leave a Comment on "Conduct Web experiments using PHP, Part 1"
You must be logged in to post a comment.

Link to This Tutorial Page!


GET OUR NEWSLETTERS