Hi.. As title says, Is it possible to put the ad codes into a text file and call them from there?? I mean I dont want to edit the sites HTML/PHP files all the time, can I just create a text file where i can put my ad codes and call them from there?? If this is possible, how do I do it. Please Im not so good coder
Yes you can create a text file maybe 'adblock1.txt' and write your adcode in this file, save this file in same directory or any where on your website. In any file of PHP where you want above adcode to appear just add this line: <?php include("adblock1.txt"); ?> PHP: