April 7, 201016 yr Hi there I am making a website at the moment that will hopefully have different ads added into it gradually as the page develops, via a sidebar. The problem is, I don't want to be copy and pasting the code onto a million different pages of my website.... Is there a way to have something in place, so you can just add it, and it adds to every page in your website? Thanks. Kieran.
April 7, 201016 yr Is there a way to have something in place, so you can just add it, and it adds to every page in your website? Of course. PHP "include" file(s) where you put some code into a separate file sidebar.inc and then put PHP code <?php include ("sidebar.inc"); ?> into all the main pages and give them a .php filename extension, see http://www.wickham43.net/serversideincludes.shtml First para and the PHP section.
Create an account or sign in to comment