View Single Post
Old 01-12-2013, 07:44 PM   PM User | #5
Remix919
Regular Coder

 
Join Date: Jan 2006
Posts: 193
Thanks: 29
Thanked 0 Times in 0 Posts
Remix919 is an unknown quantity at this point
Quote:
Originally Posted by Fou-Lu View Post
PHP Code:
var_dump($info[2]); 
What's that result in?
Pretty long...

PHP Code:
object(simple_html_dom_node)#348 (9) { ["nodetype"]=> int(1) ["tag"]=> string(4) "span" ["attr"]=> array(1) { ["class"]=> string(5) "value" } ["children"]=> array(0) { } ["nodes"]=> array(1) { [0]=> object(simple_html_dom_node)#349 (9) { ["nodetype"]=> int(3) ["tag"]=> string(4) "text" ["attr"]=> array(0) { } ["children"]=> array(0) { } ["nodes"]=> array(0) { } ["parent"]=> *RECURSION* ["_"]=> array(1) { [4]=> string(14) "Silverado 1500" } ["tag_start"]=> int(0) ["dom:private"]=> object(simple_html_dom)#2 (23) { ["root"]=> object(simple_html_dom_node)#3 (9) { ["nodetype"]=> int(5) ["tag"]=> string(4) "root" ["attr"]=> array(0) { } ["children"]=> array(2) { [0]=> object(simple_html_dom_node)#4 (9) { ["nodetype"]=> int(6) ["tag"]=> string(7) "unknown" ["attr"]=> array(0) { } ["children"]=> array(0) { } ["nodes"]=> array(0) { } ["parent"]=> *RECURSION* ["_"]=> array(2) { [0]=> int(1) [4]=> string(15) "" } ["tag_start"]=> int(0) ["dom:private"]=> *RECURSION* } [1]=> object(simple_html_dom_node)#6 (9) { ["nodetype"]=> int(1) ["tag"]=> string(4) "html" ["attr"]=> array(4) { ["xmlns"]=> string(28) "http://www.w3.org/1999/xhtml" ["lang"]=> string(5) ... 
It just keeps going
Remix919 is offline   Reply With Quote