[PHP] Dreamweaver templates From: -:-Doigy-:- (Doigy <email protected>)
Date: 08/20/01

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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>