<br>I fixed the code up a little bit.  I was missing some parenthesis and I put a 4data instead of $data  :-)<br><div class="gmail_quote">On Tue, Nov 15, 2011 at 3:06 PM, Néstor <span dir="ltr">&lt;<a href="mailto:rotsen@gmail.com">rotsen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I am confused, <div><br></div><div>I did a print_r ($data) and it returned  the following:</div>
<div><br><div><div>stdClass Object ( </div><div>  [date_info] =&gt; stdClass Object ( </div><div>    [tables] =&gt; Array ( </div>
<div>      [where] =&gt; Array ( </div><div>        [fields] =&gt; Array ( </div><div>          [feeds_node_item_url] =&gt; Array ( </div><div>           <font color="#ff0000"> [field] =&gt; url </font></div><div>            [table] =&gt; feeds_node_item </div>

<div>            [alias] =&gt; feeds_node_item_url ))))))</div></div><div><br></div><div>How do I obtain the the url?</div><div>How do I obtain the value from an Object?</div><div>Is the url a VALUE or is it a KEY?</div>
<div><br>
</div><div>All I can think is that if I am in <b>tables </b>I can get the value </div><div>myurl = tables[&#39;where&#39;][&#39;fields&#39;][&#39;feeds_node_item&#39;][&#39;field&#39;]-&gt;url;</div><div>print myurl;</div>

<div><br></div><div>Any ideas?</div><div><br></div><div>Thanks,</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Néstor</div></font></span></div>
</blockquote></div><br>