I need a very simple PHP script that will allow me to split test different web pages.
No Database! Make it very simple. You can use a .txt file in the script directory to store the results and the links.
It should have the following features:
* Create a unique link that rotates the test pages.
* Allow up to 5 test pages.
* Drop a cookie on the visitors computer so the next time that same visitor comes through the link it will always go to the same page.
* Tracks how many visitors have come through each link and the total.
* Delete a test.
* Edit a test.
* Reset Test Stats.
See attached images for an example.
