[PHP] Re: PHP5 simpleXML bug or am i just being silly :)

2004-02-26 Thread Andre Cerqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 or this: print('$this->user->site[0]::'); print_r($this->user->site[0]); wait... thats what he done hehe nvm? what is your php5 build? have you tried the examples? (http://www.php.net/manual/en/ref.simplexml.php) did they work? anyway, it looks prett

[PHP] Re: PHP5 simpleXML bug or am i just being silly :)

2004-02-26 Thread Luke
Dont you need to use " instead of ' as ' is a string literal, while " parses variables etc in that string try this instead: print("$this->user->site[0]::"); Maybe that will help? -- Luke "William Bailey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi All, I am currently work