-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
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
2 matches
Mail list logo