php simple html dom bgcolor
ok i've been reading up on simple php html dom and so far it works great.
I have a table which i'm trying to convert to a mysql db.
I'm using this:
foreach($html->find('TR') as $row) {
etc.etc.etc.
}
but how do i get the bgcolor from the < TR >?
No comments:
Post a Comment