Question
Create a PHP Translator
I would like to create a Dreamweaver Translator which will
translater specific PHP tags: For example:
<?php include 'test.php' ?>
If the tag is equal to the above I want to display something besides the normal PHP image that dreamweaver displays. I wrote a translator and in the getTranslatorInfo() function I used the expression "<?php" but when the translator loads I get an error
The following translators were not loaded due to errors:
myphp.htm has information duplicated by another translator.
So i gather that the dreamweaver transator for <?php conflicts with mine. conSo how do i get around this?
<?php include 'test.php' ?>
If the tag is equal to the above I want to display something besides the normal PHP image that dreamweaver displays. I wrote a translator and in the getTranslatorInfo() function I used the expression "<?php" but when the translator loads I get an error
The following translators were not loaded due to errors:
myphp.htm has information duplicated by another translator.
So i gather that the dreamweaver transator for <?php conflicts with mine. conSo how do i get around this?
