Forum Moderators: coopster
<a href='/url?www.example.com'><img src='/banner/1234.gif'></a> + <a href='/url?www.example1.com'><img src='/banner/1235.gif'></a> + <a href='/url?www.example2.com'><img src='/banner/1236.gif'></a>
using the + as the separator. Is there any coding that "jumbles" them up so that each page has them in a different order? If visitors are clicking through a few pages I'd like them to make different ads appear near the top on each page to maximise revenue.
I take it:
$a[ads] = jumble("+", $string);
won't work? ;)