So I'm wondering if this is possible.. probably should be done in php?
I need code that shows X.htm content to certain user (should probably place a cookie to track that user?) for 10 days, after that starts showing Y.htm content and after another 10 days shows Z.htm content.
Basically every new user that would come to that website would be guided through X, Y and Z through 20 days.
Is this possible?
I need code that shows X.htm content to certain user (should probably place a cookie to track that user?) for 10 days, after that starts showing Y.htm content and after another 10 days shows Z.htm content.
Basically every new user that would come to that website would be guided through X, Y and Z through 20 days.
Is this possible?