<td><input type='checkbox' value='foobar' /></td>
$bar=$foo->getElementsByTagName("td");
foreach ($bar as $b) {
echo $something;
//I want the "foobar"....
Is it $b->children(0)->attributes(1)->value? That doesn't seem to be working for me. Neither did several other permutations....
It seems like I ran into this once before and figured it out. Just can't remember where that was, nor how. Must be the cold weather ;-)
Thanks for your pointers, bookmarks, and wise comments 🙂