php - How do you separate visitors to two intro pages to compare amt of registration per visitor? -


i making site depend on users register able play online game. if don't login see intro page.

if user login site save information cookie next time visit sent directly login.php. if user don't have information in cookie sent intro.php.

of course want many users possible register (or in case, high percent possible). want separate 50% of users intro1.php , other 50% intro2.php. want compare amount/percent of users clicks on registration.php link , how many click away site.

i want have statistic of percent of visitors go intro1.php registration.php , percent go intro2.php registration.php. way can compare success rate of intro1.php , intro2.php , improve intro page. how can accomplish this?

google a/b test seams solution ... take @ www.google.com/websiteoptimizer


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -