Hi, I wonder if anyone can help.
I am trying to incorporate a Text Quote Rotator into my site to rotate text ads involving html. I want to be able to specify a $whatever code in the TextAds.txt file where the ads are drawn from so I can alter the font colors etc from a remote *.inc file. On my main page, where I want the ad rotator to appear i use
<?php
include("filenamehere.extensionhere");
?>
for both the for both the ad rotator script and the variables config, however this does not work properly.
In short, I would like the variables to print to the code of the main page and the random text ad to both print and take these variable to define the font colors.
Can anyone help with this?
Thanks alot
Nick