Andrew R Posted January 27, 2009 Share Posted January 27, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.