On Wed, 21 Jan 2004, Ken Tossell wrote:

> http://php.kennyt.com/newdocs/?q=ref.simplexml might help :)

One thing I just see:

In the last example on that page there is this code:

if (is_array($xml->movie)) {
    $movies =& $xml->movie;
} else {
    $movies =& array(&$xml->movie);
}


why are you assigning by reference?

Derick

Reply via email to