I am confused, <div><br></div><div>I did a print_r (4data) 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><div><br></div><div>Néstor</div></div>