thanks 4 reply.
I see your point. However, I do not wish to hand over control of the page layout to PHP, I prefer to drop code chunks in, with dreamweaver having control.
I have a page.php webpage.
I also have a small table of content to include (table.inc). I want to be able to see this small table in my page.php in dreamweaver and preview it.
If the page were page.SHTML Dreamweaver would translate and preview:
<!--#include virtual="table.inc" -->
however Dreamweaver won't translate:
<?PHP include "table.inc" ?>
I have tried I have tried editing Dreamweavers configuration/translators/Server-Side includes.htm and adding the "<?PHP include " to a new array object.
But this does not work!
Help. My designers are getting frustrated at not being able to edit code.
Any suggestions
Paolo