Hi, for a while I've been using the simple_html_dom include, but I have a question.
with the find function, i've been using
$something->find('table[class="class_name"]', 0);
and things like that, but I don't know how to specify two things, like
$something->find('table[class="class_name"][bgcolor="#ffffff"]', 0);
How would that work? (that example doesn't work)