_Chris Posted May 27, 2011 Share Posted May 27, 2011 Been on this for a while, and really getting stuck. Anyone know how to add more class names for tables to the code below please? For example, for other tables with the class names of timetable and table-six please?? try { $html = file_get_html($input); $tables = $html->find('table[class=table-one]'); foreach( $tables as $table) { Any help appreciated. Chris Link to comment https://forums.phpfreaks.com/topic/237621-is-it-possible-to-add-more-class-names-to-this-please/ Share on other sites More sharing options...
_Chris Posted June 2, 2011 Author Share Posted June 2, 2011 Anyone know? Link to comment https://forums.phpfreaks.com/topic/237621-is-it-possible-to-add-more-class-names-to-this-please/#findComment-1224009 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.