Hello,
Good Day!
I have problem regarding newline using Japanese OS (Windows NT),
PHP4.
I include this code in my php file and this did not act properly,
instead (new line), "\n" also
displayed in the browser.
-----------------------------------------
Php file:
echo 'I am trying to include at this point: \n a newline';
Result:
I am trying to include at this point: \r a newline
-----------------------------------------
Note: \n = Yn (Yen sign in Japanes OS)
Archer
