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

Reply via email to