View Single Post

  #9 (permalink)  
Old 05-08-2008
Jerry Stuckle
 
Posts: n/a
Default Re: Tool to parse and validate PHP script?

Rik Wasmus wrote:
> Gilles Ganault wrote:
>> On Thu, 8 May 2008 06:14:40 -0700 (PDT), ELINTPimp <smsiebe@gmail.com>
>> wrote:
>>> Any chance to transfer your file by ftp or sftp?

>>
>> I could do that instead. I'll just have to remember to convert from
>> CRLF to CR.

>
> I often work under Windows, however, even under Windows my editor is set
> up to \n instead of \r\n all the time. Saves a lot of headaches.
>


A text mode transfer will automatically strip or add \r as necessary.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote