PDA

View Full Version : timestamp in bannercode??? How?


The_Sisko
Sat 23rd Sep '00, 7:01pm
$header = "<p align=center><A HREF=http://ad.de.doubleclick.net/jump/std.krawall.de/default;sz=468x60;ord=<? echo time(); ?>?><IMG SRC=http://ad.de.doubleclick.net/ad/std.krawall.de/default;sz=468x60;ord=<? echo time(); ?>? border=0></a></p>";

This I have to put as bannercode. I leave out the <? ?> statment but it wont show a timestamp. When I tried to add the bannercode over a include file it work, except for using the jump to last post link. When I tried thsi I got an error telling me the header is allready set by my include file!

How can I make the timestamp work in the header? And yes I turned on the phpprase header in the options.

http://www.startrek-download.de/vbb/index.php

Mike Sullivan
Sat 23rd Sep '00, 7:42pm
$header = "<p align=center><A HREF=\"http://ad.de.doubleclick.net/jump/std.krawall.de/default;sz=468x60;ord=".time()."?\"><IMG SRC=\"http://ad.de.doubleclick.net/ad/std.krawall.de/default;sz=468x60;ord=".time()."?\" border=0></a></p>";

The_Sisko
Sun 24th Sep '00, 9:55am
Thanks Ed, you're the best! Thanks for your help!!!!
Worked perfect!!!!!!