For my affiliate links I redirect them with simple PHP such as:
<?php header( 'Location: LINK ) ;?>
I am sure there is a simple answer to this (not a programmer) but how do I do this same redirect but rotate more than 1 link?
Thanks
<?php header( 'Location: LINK ) ;?>
I am sure there is a simple answer to this (not a programmer) but how do I do this same redirect but rotate more than 1 link?
Thanks