soundsticks Posted April 1, 2013 Share Posted April 1, 2013 How to parse third party website data to my database. <table width='220' id='tbllist'><caption><span id='class1' >MAGNUM</span></caption><tr><th>First</th><th>Second</th><th>Thrid</th></tr><tr><td align='center'><b>1935</b></td><td align='center'><b>8019</b></td><td align='center'><b>0842</b></td></tr><tr><td colspan='3' align='center'><div>Sepcial</div> <b> 2129 </b> <b> 1121 </b> <b> 0001 </b> <b> 8457 </b> <b> 3064 </b> <b> 3974 </b> <b> 7222 </b> <b> 4612 </b> <b> 1625 </b> <b> 3245 </b> </td></tr><tr><td colspan='3' align='center'><div>Others</div> <b> 9048 </b> <b> 0393 </b> <b> 7221 </b> <b> 8464 </b> <b> 0076 </b> <b> 4124 </b> <b> 2222 </b> <b> 9272 </b> <b> 2088 </b> <b> 4517 </b> </td></tr></table> Link to comment https://forums.phpfreaks.com/topic/276373-how-to-parse-data-to-database/ Share on other sites More sharing options...
P5system Posted April 1, 2013 Share Posted April 1, 2013 Could u explain the question what you actually want to Save? Link to comment https://forums.phpfreaks.com/topic/276373-how-to-parse-data-to-database/#findComment-1422237 Share on other sites More sharing options...
soundsticks Posted April 2, 2013 Author Share Posted April 2, 2013 All the 4 digit number Link to comment https://forums.phpfreaks.com/topic/276373-how-to-parse-data-to-database/#findComment-1422374 Share on other sites More sharing options...
Jessica Posted April 2, 2013 Share Posted April 2, 2013 Try using a DOM Parser. Link to comment https://forums.phpfreaks.com/topic/276373-how-to-parse-data-to-database/#findComment-1422387 Share on other sites More sharing options...
soundsticks Posted April 2, 2013 Author Share Posted April 2, 2013 Except the DOM Parser is there another way to do so? Link to comment https://forums.phpfreaks.com/topic/276373-how-to-parse-data-to-database/#findComment-1422428 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.