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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.