I need someone to check out and make a certain php code (linkworth.com's link code) to work on my .html site. I'm using SSI, so my guess would be that .htaccess needs to be set properly. Please post here or PM me (or add me in YIM) and I'll provide you with all details. Thanks!
How can it be possible mate? PHP code only will work on php sites. HTML is a client side programming, so it wont let you run php code.
Actually, you can run php on html pages. http://www.onlamp.com/pub/a/php/2001/05/03/php_foundations.html
yes you make the php parser run for the extension .html so then both php and html work ... it can be done