Ads in a PHP based webpage

EB2009

New Member
We all have come across web pages which take some time to show the content the user is waiting for and in the mean time display ads on the page.

I'm not talking about the pages that show full-page ad with 'skip this ad' button.

A typical example of what I'm referring to is: I visit a free plugin site. Click on the plugin I want to download it opens a new page which has the link to the plugin zip file. But the link does not appear immediately. When the page is loaded it is full of ads with other misleading (:P) download links. The actual link I'm interested in appears after say some 5 seconds, squeezed between two ads.How can this be done for a PHP based website? Will a simple sleep() or usleep() do?
 
Back
Top