I am looking for a script that can alternate my homepage so that for every ten visitors I get five will see page A and five will see page B. Does anyone know a simple easy to install script?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Hire a programmer. It's a simple task, but I doubt you'll find anything ready-made. Or ask in one of the scripting channels. It's possible someone will write you one for free if you ask real nice.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE .
it's extremely simple, once we know what code it needs to be done in
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
You can easily do with with php or asp. Every time the page loads, increase a variable in a datebase from 1 to 2, to 3, to 4, etc. If it has reached 5, change another variable to indicate that you want the second layout and start over again. If you are unfamiliar with databases and php/asp, then I suggest you hire a programmer.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?