<div dir="ltr">Hi Gary,<div><br></div><div style>Disclaimer: I am not a vim user (except when joe isn't installed and can't be).</div><div style><br></div><div style>That said, short codes are BAD! the correct way to tell a php interpreter that you want code to be interpreted is "<?php".  Perhaps vim is discouraging this old bad practice, try the following :</div>

<div style><br></div><div style><?php // vim: ft=php nowrap ai et ic</div><div style><br></div><div style>Also, worth noting that current best practice is to omit the final "?>" at the end of the file, as that leads to random blank lines, which end up in your output and causes output to happen often before headers are sent by webservers.  Only saying this because we're talking about bad practice.</div>

<div style><br></div><div style>HTH,</div><div style>--</div><div style>Martyn</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 April 2013 14:54, Gary Stainburn <span dir="ltr"><<a href="mailto:gary.stainburn@ringways.co.uk" target="_blank">gary.stainburn@ringways.co.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi folks.<br>
<br>
On my old F9 server I have the following as the first line of every HTML file<br>
to force VIM into the right mode, and it works.<br>
<br>
<? // vim: ft=php nowrap ai et ic<br>
<br>
I have moved everything onto a new F18 server and have found that when I'm<br>
editing the files the VIM line is ignored and VIM treats the file as HTML not<br>
PHP, and doesn't use the correct syntax highlighting.<br>
<br>
Anyone got any ideas why?<br>
<span class="HOEnZb"><font color="#888888"><br>
Gary<br>
--<br>
Gary Stainburn<br>
Group I.T. Manager<br>
Ringways Garages<br>
<a href="http://www.ringways.co.uk" target="_blank">http://www.ringways.co.uk</a><br>
<br>
_______________________________________________<br>
Wylug-help mailing list<br>
<a href="mailto:Wylug-help@wylug.org.uk">Wylug-help@wylug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/wylug-help" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/wylug-help</a><br>
</font></span></blockquote></div><br></div>