I don't know if you know it already and if it's important, but there is a kind of bug in the php-highlighting of notepad++
example code:

echo("something");
?>
<script type="text/javascript">
var aftelInterval;

That's a part of a page I've made.
The problem is that SOMETIMES, so not always, the php-part doesn't see the ?>, so he sees the javascript and html under the ?> as php (it has yellow background with php-highlighting)
It has no effects on the php-file itself, but it is very difficult to read it.
Here is a screenshot if needed:
http://marco.gethost.nl/phpjavascript.png
For the ones who thing I don't script it in a right way: IT IS scripted in the right way.
If I put my cursor behind ?> and press enter, he highlights it normal again.

I don't know if this is the right place to say this, but I don't see anywhere else to post it.

Greetings,
Marco

PS: sorry for my bad english and the dutch scripting in the image, but I am from the netherlands