I have Windows Xp and PHP...but, I test a file .php and OK, but a file .html with php, nothing, only show the html ... Why? I'm using CGI, not ISAPI...
Thank You...
if you write the code using <? ?> tag, the saved file must be ending by .php. that's why the php file inside the .html file is'nt work. if you want to set the .html as the php script, you can do it by set the php engine to execute .html as the php script in iis configuration (if you use iis server).
backgrounds of windows XP?