Hi guys
I have an include statement that displays a set link e.g http://www.mydomain.com/link1.html
What I am trying to do is split test prices on maybe one,two or three different links(link1 price =$67, link2 price =$97, link3 price =$147 etc) to see which one pulls a better response in terms of leads/sales of my product.
So I have a page e.g http://www.mydomain.com/index.html which will pull link1, link2 or link3.html in based on the php script used.
I was led to believe the array script might help?
Any ideas?
Regards,
Nikhil
Display different links
Moderator: General Moderators
Thank You
Hi feyd,
Thanks for that - I think that array_rand() will do the trick. Is it possible to have the actual element to be a link i.e. http://www.mydomain.com/link1.html that is actually clickable? I tried it now with an element called http://www.mydomain.com/link1.html but its not clickable at present.
Thanks again in advance
Regards,
Nikhil
Thanks for that - I think that array_rand() will do the trick. Is it possible to have the actual element to be a link i.e. http://www.mydomain.com/link1.html that is actually clickable? I tried it now with an element called http://www.mydomain.com/link1.html but its not clickable at present.
Thanks again in advance
Regards,
Nikhil