OK, Heres the problem
The latest version of NVU, when you save a html file as php it comes out as /file.php.html. As the past version would come out as /file.php.
Is there a way of turning off this option so it only has the php part?
HTML
-
- Posts: 661
- Joined: Thu 11 Sep, 2003 20.03
- Location: West Midlands
May not be a program proggy, more a Windows thing. Notepad does the same thing so one could end up with index.htm.txt for example.hjr wrote:Is there a way of turning off this option so it only has the php part?
Best thing to do is a general filter - the all files (*.*) filter in the program. Works in Notepad, should work generally.
-
- Posts: 19
- Joined: Fri 30 Jan, 2004 00.35
put "file.php" into the filname space when you save, include the quotes.