I would like to hear your opinion:

how would you organize showing banners?

.) save the banners in database or filesystem?
.) choose the banner in the main.php:
$banner=my_random_func();
echo "<img src=${banner}.gif>";
.) or choose them in a separate script:
<img src=banner.php>
.) how to output the gif?
fpassthrough ???

thanks for any hints and ideas
Michael

-- 
Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne
Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung!
http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to