chis1 Posted October 20, 2009 Share Posted October 20, 2009 Haven't written anything forever and I would like to get back. What I'm trying to do is getting the data from all the threads in a sub forum. Can someone roughly point out which functions I'll need for that? Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/ Share on other sites More sharing options...
Gayner Posted October 20, 2009 Share Posted October 20, 2009 Haven't written anything forever and I would like to get back. What I'm trying to do is getting the data from all the threads in a sub forum. Can someone roughly point out which functions I'll need for that? MYSQL call it out then echo it. Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/#findComment-940169 Share on other sites More sharing options...
chis1 Posted October 20, 2009 Author Share Posted October 20, 2009 It's not my forum though, it's an external one. Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/#findComment-940170 Share on other sites More sharing options...
Gayner Posted October 20, 2009 Share Posted October 20, 2009 It's not my forum though, it's an external one. Ask there admin for some access ^^ Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/#findComment-940171 Share on other sites More sharing options...
Stephen Posted October 20, 2009 Share Posted October 20, 2009 Without direct access (like, if the script was on their server), then you would have to first access the page (via file_get_contents, fopen/fread, cURL, etc.) and then parse the page to get all of the links to the threads; afterwards, you would have to access all of those links (through a loop with your preferred method) and parse the information from that. Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/#findComment-940174 Share on other sites More sharing options...
chis1 Posted October 20, 2009 Author Share Posted October 20, 2009 Thanks, I'm starting to see the light again! Link to comment https://forums.phpfreaks.com/topic/178301-read-from-forum/#findComment-940175 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.