peggitt Posted March 10, 2008 Share Posted March 10, 2008 How are you my fellow Freaks, I need your help. I want to read a particular ticker on Kenyan stocks at 'http://www.nellydata.com/bdafrica/ticker.asp' which is a live feed belonging to someone i dont know. I have my own website. I need to read what is in that ticker and automatically update my database then graph the live feeds. I have no problem with Updating my database and graphing. My only problem is how to get that info from the ticker into variables or arrays then i will be good to go. Please Give me directions my dear freaks and have a very freaky day. Peggitt. Link to comment https://forums.phpfreaks.com/topic/95335-need-help-on-php-and-rss/ Share on other sites More sharing options...
soycharliente Posted March 11, 2008 Share Posted March 11, 2008 If you grab the source code from the file you can parse through it to grab the info that you want. Look for PHP functions that read the source code and then write something that will search through it and pick out the different words and numbers that you need. Link to comment https://forums.phpfreaks.com/topic/95335-need-help-on-php-and-rss/#findComment-489200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.