Posted by andy.z on 04/02/07 13:42
In article <euqrmh$btq$1@kohl.informatik.uni-bremen.de>,
mikeroet@informatik.uni-bremen.de says...
>
> It should work with single quotes:
> $EOL = '\r\n';
> echo $EOL;
>
> That should output:
> \r\n
>
Yes but it's no use to me with single quotes.
The variable is set with double quotes.
$EOL = "\r\n"
I want to echo that variable AS IF - it had been set with single quotes.
Andy
Navigation:
[Reply to this message]
|