Hi, I am building a video game cheats site that will have over 3000 pages with cheats for different games. I am trying to find a way to use an external file with popups so that if I were to ever want to change the amount of Popuptraffic popups I wanted then I could do so by changing a single file and not have to go through all 3000 pages.
Can someone please tell me if there is a way to do this?
In each of your pages, either use SSI, or if they're PHP, use <?php include("popup.php"); ?> in each page, and when you want to change the popup code or remove it, just change popup.php.