Hi all
I am working on a dynamic site and I would like to integrate Google Adsense into it. The ads work fine for static html pages and do work with dynamic pages. The problem I am facing is that Google seems to lag behind with their ads.
For example, a have pages where users can contribute information and these can be searched by other users and the pages are produced dynamically by msql db. I have tested this with Google adsense and it seems OK, but it takes some while to get targetted ads to the page. If a user looks for information for renting an apartment in New York for example, the page is loaded, but the ad is still for something that was generated some time ago. For example, web design.
My idea is to tag the ads onto the end of the article, hopefuly for further reading by the user and a few cents for my site. Is there any way around this issue? I have read that mod rewrite may work?
I am new to rewriting, so forgive my ignorance. One thing I did wonder though, was is it possible to actually create a new html flat file from a mysql database? I create static pages with Dreamweaver and save them as whatever.html. Is it possible to have a template and when new articles are submitted, actually create a new file on the root with the content? I hope you understand what I am talking about.
Any help will be really appreciated.
Andy