View Single Post
Old 01-12-2013, 07:48 PM   PM User | #7
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
And that's what you are comparing to.
Don't know what simple_html_dom_node class is, but I'd presume it has a way to fetch the value. I can see it there nested a couple of down, but you'll need to consult the documentation for the simple_html_dom_node class to see how to fetch out out of there.
Is there anyway to pull the value from $info[2] to another variable and then query the new variable?

This way seems to work:

PHP Code:
$test "{$info[2]}";
var_dump($test); 
Well...no, it didn't, the var_dump shows the right variable, but when I plug $test into the query, still pops up nothing :\

Last edited by Remix919; 01-12-2013 at 07:54 PM..
Remix919 is offline   Reply With Quote