Rotating Links Through html or php
The index.html file of the aff-link directory would just be something like this;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Refresh" content="1; URL=aff link address here" target="_blank"> <TITLE>Title</TITLE> <META NAME="ROBOTS" CONTENT="NONE"> </head> <body> <br /> </body> </html>
Basically, if you were to visit somedomain.com/go/aff-link it would rotate between 2 or however many url's you had set up.
Is it possible to edit the above html to do this or would I need to use php?
What is the easiest way to do this?
Learn Video Marketing