php object question
php object question
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- n8w0
thanks for the help ..
I know whats in the object .. I just can't seem to figure out the syntax to get the variable I need .. it's an object within an objectprint $obj->{'errorCode'};
this prints "0"but what I need is
print $obj->{'results.child.child.shor...
which should print "http://bit.ly/e4miJ"