Putting PHP Code into a Static HTML page
Wednesday, September 20th, 2006Often you have an old site built with .htm pages that just can’t use PHP code on it because the server wont run PHP on a static HTML page. I’ve struggled with this over and over – do I use Iframes, do I use JavaScript (Can do both but not great for search engines).
Finally today [...]
