PHP embedded in HTML in Eclipse

3

Good morning:

I'm starting to use Eclipse Ide (Mars) because it already has support for PHP 7 while NetBeans does not yet have it.

I'm facing a problem that is not highlighting (PHP highlitgh syntaxe) when embedded in HTML code.

In case, I have an index.php file with HTML code and in BODY it has PHP code that Eclipse is not formatting nor applying highlight syntaxe in it (PHP code only).

Someone knows how to fix this, I researched it on Google and found nothing about it.

    
asked by anonymous 12.11.2015 / 11:15

1 answer

1

I did not find an answer to the problem of Eclipse but I found the solution for NetBeans: just install the development version that already supports PHP7.

I was trying to use Eclipse because NetBeans did not have the support. With support in the developing NB release, I left the eclipse aside.

    
22.06.2016 / 19:46