How can I showing ads to only to 20% percent of visitors in a PHP file? Or showing different ads to another 80% visitors?
Any way that can work, maybe using time intervals, like the visitors that visit the site at minute 0-12 only that show it, and visitors that visit the site at minute 13-59 is not or another method would work.
Please help or share if you have, this should be easy enough and many people should need it, already googling it but still can't find it
One possible, simple solution using random number generator:
Hopefully, this is clear how the code is structured.