Hi Guys
Im in need of sum help! im creating a php banner exchange that uses an iframe for the client to post on his website.
The problem is that, is there any way of writing a bit of code so that when the image is clicked on it sends one variable to one url and another variable to another url. I.e
This is the code that send the image back to the broweser.
print "<a href=/Processing.php?op=click&cid=2&bid=$bid target=_top><img src=$imageurl border=0 width=468 height=60></a>";
When the link above is clicked it goes to the url above, but also actives the code and the url below
print "<a href=/mysite.php?username=44 target=_top><img src=$imageurl border=0 width=468 height=60></a>";
😃 ANY HELP!