![]() |
Easy Way To Randomize 'Exit' Link?
Anyone have any suggestions on how to add multiple product links on an exit link and have them display semi-randomly?
For example, dating link, penis enlargement, PPC landing page, etc... |
Are you looking for something to auto-load the random page, or for it to display a random banner with proper link?
|
Something along the lines of a 'link' that does some kind of random redirect to another URL when 'exit' is clicked.
|
search: random+link+ array+qw (JavaScript,PHP,Perl,Python)+script |
<?php
$advert = array(); $advert[] = '<a title="something" href="Link1">Link Text</a>'; $advert[] = '<a title="something2" href="Link2">Link Text</a>'; $advert[] = '<a title="something3" href="Link3">Link Text</a>'; $advert[] = '<a title="something4" href="Link4">Link Text</a>'; shuffle($advert); echo $advert[0]; ?> |
All times are GMT -7. The time now is 10:42 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123