Re: [PHP-DB] Re: mysql query
[email protected] (Toby Hart Dyke)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Notepad++ will do syntax highlighting. Go to Language > P > PHP with a PHP file open, and see the colours change! It should be automatic - are you using something other than 'php' as a file extension? Toby On 8/22/2013 5:27 PM, Vinay Kannan wrote: > Jim, I know this is a stupid question to be asking this far into PHP > Development, maybe was a bit lazy, or just got too used to Notepad++, which > editor for PHP are you using? The feature which you mentioned for a good > php editor, sounds exciting, offcourse i would be looking only at the free > ones :D > > > On Thu, Aug 22, 2013 at 9:24 PM, Jim Giner <[email protected]>wrote: > >> >> Also - Ethan - if you used an editor that was designed for php you >> probably would have seen these missing $ signs since a good one would >> highlight php syntax and the lack of the $ would have produced a different >> color than you expected. >> >>