spyer Posted December 24, 2008 Share Posted December 24, 2008 Good day, Merry Christmas, i was wondering, is there any way to collect information from another website.. please look at this link.. http://www.slbloodlines.com/clans.php?c=Treasured+Vamps .. i want to collect the members info from there.. from Elisha.. till the last one.. either update them automatically or with the use of tables and excel or whatever.. and store them in a database in another website any help is really appreciated... Quote Link to comment https://forums.phpfreaks.com/topic/138296-getting-data-from-another-source/ Share on other sites More sharing options...
RussellReal Posted December 24, 2008 Share Posted December 24, 2008 file_get_contents or cURL http://php.net/file_get_contents http://php.net/curl Quote Link to comment https://forums.phpfreaks.com/topic/138296-getting-data-from-another-source/#findComment-723111 Share on other sites More sharing options...
spyer Posted December 27, 2008 Author Share Posted December 27, 2008 it wont get me the tables or the names.. is there any other way? or can someone explain how to work it with the proposed methods.. thank you. Quote Link to comment https://forums.phpfreaks.com/topic/138296-getting-data-from-another-source/#findComment-724352 Share on other sites More sharing options...
RussellReal Posted December 27, 2008 Share Posted December 27, 2008 well most new people parse using preg_match_all, but I use strpos()/substr() it runs alot faster.. http://php.net/strpos http://php.net/substr http://php.net/preg_match_all Quote Link to comment https://forums.phpfreaks.com/topic/138296-getting-data-from-another-source/#findComment-724414 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.