Jump to content

Parsing html.


Andrew R

Recommended Posts

I was wondering if anybody knew how to parse some of the html from cPanel?  For example I would like to Parse the cPanel account summary. 

 

I would be extremely grateful if somebody could show me how to parse some basic html.  Even just text from a simple table.  For example how would I parse the name Andrew via php from the table below?

 

<table width="100%" border="0">
      <tr>
        <td width="40%">Name:</td>
        <td width="80%">
          Andrew</td>
      </tr>
      <tr>
</table>

 

Many thanks.

 

Link to comment
https://forums.phpfreaks.com/topic/142629-parsing-html/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.