Jump to content

bschultz

Members
  • Posts

    486
  • Joined

  • Last visited

Community Answers

  1. bschultz's post in simple_html_dom.php help was marked as the answer   
    I got it...
     
     
    echo "<table border= '1'>"; $html = str_get_html($_POST['stats']); $html->find("table");  foreach($html->find('tr') as $row)  {  echo "<tr>";           foreach ($row->find('td') as $content)           {           echo "<td>"; echo $content->plaintext;  echo "</td>";           }  echo "</tr>";  } echo "</table>";
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.