[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-general
Subject:    [PHP] echo writes number of chars written
From:       David Busby <busby () pnts ! com>
Date:       2002-09-30 18:12:46
[Download RAW message or body]

List,
	On my php.4.2.3, Apache 4.0.42 install my echo statements all output the
number of characters written (in hex).

So this code:
echo "<addrone>$id->addrone</addrone>";
echo "<addrtwo>$id->addrtwo</addrtwo>";
echo "<city>$id->city</city>";

Makes this XML:

1d
<addrone>PO BOX 698</addrone>
13
<addrtwo></addrtwo>
1a
<city>ABCDEF GHIJKL</city>

Couldn't see anything in the bug report, ideas?

/B


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic