I'm no genius when it comes to coding, but I google enough to figure things out... I have a quick question.
- I have a page "index.html", "events.html" etc... and I want to add
<?php include('exitpopup.php'); ?>
so that it loads and executes the php file. However, I do not want to have to rename my pages with .html to .php in order to do this... breaking all my links across my website.
Does anyone know a work around or can suggest a better way for me to do this? Many thanks!!