Replacing an Ad after 7 seconds
Moderator: General Moderators
Replacing an Ad after 7 seconds
At present I have a PHP program that displays an ad randomly so why not take the next step and have a auto-updating ad, a bit like mechanical billboards work.
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
Re: Replacing an Ad after 7 seconds
If you mean how you can do it you could do it easily with ajax or jscript, duos not mater with what(same thing)
- Grizzzzzzzzzz
- Forum Contributor
- Posts: 125
- Joined: Wed Sep 02, 2009 8:51 am
Re: Replacing an Ad after 7 seconds
you'll have to do it in something like javascript i'm afraid, php isn't really an option when it comes to this kinda stuff.Vegan wrote:At present I have a PHP program that displays an ad randomly so why not take the next step and have a auto-updating ad, a bit like mechanical billboards work.
Re: Replacing an Ad after 7 seconds
OK, I was thinking of calling the ad code via some loop?
I have a PHP program that now shows a tower ad. It has no procedures, it simply displays the ad with echo.
Could I leverage it as is? I called it tower.php for want of an interesting name.
I have a PHP program that now shows a tower ad. It has no procedures, it simply displays the ad with echo.
Could I leverage it as is? I called it tower.php for want of an interesting name.
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP