Hi all, I use emacs php-mode.el and php-electric.el. I want to get rid of the duplicate <?php overlay that shows up at the top of any php file. 
The extra <?php is not actually in the file, but is a semi transparent visual overlay that emacs is adding. I've done some research, and I think changing this might involve the emacs lisp header-line-format variable. But I can't find that anywhere in php-mode. 
Also can't find any posts about people removing the extra <?php. Thanks for any help!