On Wed, 17 Dec 2003, Nuno Lopes wrote: > >echo decbin(12); > >echo decbin(26); > > > >outputs 110011010 so there should be probably some newlines in echo. > > Thats correct, but the examples I've seen must don't echo \n. > > Should I echo \n or <br /> ? Or don't print the newlines?
I would make it: echo decbin(12)."\n"; regards, Derick
