What are the potential issues when using Frontpage and PHP together on a website?

One potential issue when using Frontpage and PHP together on a website is that Frontpage may not properly support PHP code execution, leading to errors or malfunctioning of PHP scripts. To solve this issue, it is recommended to manually insert PHP code into the HTML files instead of relying on Frontpage's editor.

<?php
// PHP code snippet
?>