My banner code <below> passes along a clicklog function just okee-doaky fine with other HTML.docs which include .jpg or .gif images...
But using Flash 5 now, I don't know how to add the PHP code into the "Get URL Action" properly in order to pass along the clicklog code.
Thank you for your time in helping me out.
<?
$cclk="franksbanner.html";
$uurl="echo '<A HREF="cvbban.php?clk=', htmlentities(urlencode($cclk)), '&url=', htmlentities(urlencode($uurl)), ' " TARGET="_blank"></A>'
?>
But using Flash 5 now, I don't know how to add the PHP code into the "Get URL Action" properly in order to pass along the clicklog code.
Thank you for your time in helping me out.
<?
$cclk="franksbanner.html";
$uurl="echo '<A HREF="cvbban.php?clk=', htmlentities(urlencode($cclk)), '&url=', htmlentities(urlencode($uurl)), ' " TARGET="_blank"></A>'
?>