Is there a way to run PHP code in an HTML web page, without the PHP extension (using an html extension)? [I do not have access to compile in the html extension into PHP/Apache either.]
I have a web page that has a html extension that I cannot change at this time (due to it being heavily indexed by that name), and I would like to run some PHP code in it. Namely, I would like to add a PHP voting/polling script to it.
Thanks.
B-truE