On 10/26/12 08:49, Gerg wrote: > Hello everyone. I am new to VIM. > > I would like to write/print my PHP localhost results to *.txt or HTML file. > Is that possible?
I agree with Ben, that your question doesn't make a whole lot of sense. In addition to Ben's suggestions, if you have "lynx" installed, you can use the "-dump" option to send the results to a file: lynx -dump http://localhost/path lynx -dump http://localhost/path > output.txt I use it on a regular basis. If you want the returned HTML instead of formatted as text, you can use "wget" or "curl" to return the results instead. -tim -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
