/ Published in: PHP
Pull banner ad or image code from a given text file into an array and randomize the order. Banner/image codes in the file should be separated by tildes (~).
Expand |
Embed | Plain Text
function initializeAds($file) { return $ad_array; } $ad_banners = initializeAds('ad_banners.txt');
You need to login to post a comment.
