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... 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 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. 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 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
Archived
This topic is now archived and is closed to further replies.