Quote:
Originally Posted by tamarian
Not wrong, but you can accomplish this without altering your forum table. You can either create a separate table for the ads which you can "join", or better yet, just pass the forum id to your ad server software, this can be done in the template, without any code changes. If you are running phpAdsNew, you can restrict the ads served in each forum to ads made for that specific forum id.
|
I'm not using phpAdsNew, it's an affiliate program, like AdSense, where the stats are kept on their site. I get the code for the Flash Buttons, and I need to get them on my site. The creation of a separate table seems like a good idea. If I read it right, all I'd need are two columns... One for the forumid, and another for the HTML code for the ad, correct?