hello, im trying to make sections of my website to load from one html file.
in the coming month i will have alot of html files, each with a section that would load from a external file on the main part of my site, so i dont have to edit alot of files..
i have tried a "<?php include 'name.php'; ?">" which i had to keep in the same directory of the page i wanted it to load from, and i had 5 before i realized that it would take along time to update each of those files.
i just tried to make an iframe it did work, but it did not fully work, only half of what i wanted to display showed up.
i should note that i set my .htaccess file to make php elements load from inside html.
so whats better and could you help?
thanks-