Quote Originally Posted by ckh View Post
You can take any html page and change the extention to php and the file will display the same. The only difference is that the server will parse the file for any php. If nothing is found, just the html is displayed.

php and html mix very well in a file. You can do it in XWD which is covered in another thread however you need to manually rename the file after saving it.
I just did a quick site, with the includes function .... it works fine

http://www.d-zynzs.com/xwd2php/index.php ...... however I did notice that I had to use a php editor to change the file extension from htm to php.