akshayhomkar Posted July 11, 2014 Share Posted July 11, 2014 Hello Is it possible to save data from saved htm table from other website in our mysql database system as I have problem that there is one htm page where i can get data but i want to save it in mysql table. as data is large on htm page it was hard to copy so i want access it direct from php and save it in mysql table please guide awaiting your valuable reply. Thank in advance Link to comment https://forums.phpfreaks.com/topic/289748-reading-from-htm-file-and-saving-in-mysql-table-using-php/ Share on other sites More sharing options...
cyberRobot Posted July 11, 2014 Share Posted July 11, 2014 You could load the page into PHP's DOMDocument class to process the table information. http://php.net/manual/en/domdocument.loadhtmlfile.php Link to comment https://forums.phpfreaks.com/topic/289748-reading-from-htm-file-and-saving-in-mysql-table-using-php/#findComment-1484708 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.