Hi Folks,
Can't find an answer in the archives...
Can php parse DW templates?
ie. I want only a small amount of code to be editable with the <?php ?> tag.
Dreamweaver places the following code to identify editable regions:
<!-- #BeginEditable "Name_of_region" -->
\\ editable code here
<!-- #EndEditable -->
I don't think PHP will parse the tags and leave them as dw comments only.
They appear to invoke server functions e.g. <!-- #include file="" -->
Is there a way to configure PHP to ignore these tags?
Kind regards
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]