moshxsoft Posted August 16, 2010 Share Posted August 16, 2010 hello wrong in bring by rss this code this code to bring last program from rss from softpedia but wrong in link is the same in all program <?php $topic=file_get_contents('http://www.softpedia.com/backend.xml'); while( $count=strpos($topic,'href="http://www.softpedia.com/get',$count+1)) { $take=strstr($topic,'href="http://www.softpedia.com/get'); $count1=strpos($take,'.shtml'); $title=substr($take,+6,$count1); echo $title.'<br />'; } ?> Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/ Share on other sites More sharing options...
trq Posted August 16, 2010 Share Posted August 16, 2010 Why don't we start with you telling us the problem? Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1099808 Share on other sites More sharing options...
moshxsoft Posted August 16, 2010 Author Share Posted August 16, 2010 any help!!! Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1099839 Share on other sites More sharing options...
moshxsoft Posted August 16, 2010 Author Share Posted August 16, 2010 any help!!! Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100004 Share on other sites More sharing options...
moshxsoft Posted August 17, 2010 Author Share Posted August 17, 2010 any help!!! Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100083 Share on other sites More sharing options...
Alex Posted August 17, 2010 Share Posted August 17, 2010 You're not going to get any help without telling us what's wrong... Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100089 Share on other sites More sharing options...
trq Posted August 17, 2010 Share Posted August 17, 2010 Read the 'How To' link in my signature and try again. Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100090 Share on other sites More sharing options...
Pikachu2000 Posted August 17, 2010 Share Posted August 17, 2010 I don't think anyone can actually know what the problem is from your description. Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100091 Share on other sites More sharing options...
moshxsoft Posted August 17, 2010 Author Share Posted August 17, 2010 i want edit this code to bring url link and title form rss Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100114 Share on other sites More sharing options...
moshxsoft Posted August 17, 2010 Author Share Posted August 17, 2010 any help now!! Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100223 Share on other sites More sharing options...
trq Posted August 17, 2010 Share Posted August 17, 2010 Please, learn how to ask a question. Link to comment https://forums.phpfreaks.com/topic/210854-wrong-in-bring-by-rss-this-code/#findComment-1100246 Share on other sites More sharing options...
Recommended Posts