Quote:
Originally Posted by Fou-Lu
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 :\