Using Simple_Html_Dom Find Function PHP
Posted
by Belgin Fish
on Stack Overflow
See other posts from Stack Overflow
or by Belgin Fish
Published on 2010-04-14T01:51:52Z
Indexed on
2010/04/14
1:53 UTC
Read the original article
Hit count: 368
include
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)
© Stack Overflow or respective owner