What are the differences in PHP interpretation when using HTML comment lines with or without spaces in Frontpage?
When using HTML comment lines with or without spaces in Frontpage, the PHP interpreter may treat them differently. To ensure proper interpretation, it is recommended to use the standard HTML comment syntax <!-- --> without any spaces inside the comment tags. This will prevent any potential parsing issues that may arise when mixing PHP and HTML code.
<!-- PHP code here -->