Posted by Gary Hasler on 10/05/06 21:44
sk wrote: > echo "foo is $foo\n"; // this prints: foo is 2 (with a new-line) > ... > I can not get this to work. I've had the same problem. This is a bit clunky but always works for me: $cr = ' '; echo "foo is $foo" . $cr;
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming