I\'m trying to use the simplehtmldom (http://simplehtmldom.sourceforge.net/) to print out the nth row of a table. Currently nothing happens, is there anything else I need to do?
0 is the first row, so 8 would be the ninth:
$ret = $html->find('tr', 8);