Re: Command line cannot fwrite, browser can [message #174637 is a reply to message #174631] |
Thu, 23 June 2011 15:29 |
Adrienne Boswell
Messages: 25 Registered: October 2010
Karma:
|
Junior Member |
|
|
Thomas 'PointedEars' Lahn
<PointedEars(at)web(dot)de> wrote in news:2972164(dot)SPkdTlGXAF(at)PointedEars(dot)de:
>> 68 $filename = 'C:\Inetpub\vhosts\example.com\httpdocs\groupmail
>> \groupmail.html';
>
> I can see the problem now. You have used the sequence "\v" in your
> string literal. That makes the difference, because in double-quoted
> strings it is parsed as a <VT> (vertical tab) character (that
> originates from early TTYs and is hardly used nowadays, but kept for
> backwards compatibility [1]).
>
Thomas, thank you for pointing out what was going on here, the reasons
and solutions. I understand - oddly enough it reminds me of when the
New York office got my EBCIDIC instructions wrong, and turned one of the
Teletype terminals into a printer (1986) - the terminal understood VT
very well, but it had issues trying to print checks, as the cashiering
department was frantically wondering where the checks were.
I do so much appreciate the time you have taken.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
|
|
|