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 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 Share on other sites More sharing options...
moshxsoft Posted August 16, 2010 Author Share Posted August 16, 2010 any help!!! Link to comment Share on other sites More sharing options...
moshxsoft Posted August 16, 2010 Author Share Posted August 16, 2010 any help!!! Link to comment Share on other sites More sharing options...
moshxsoft Posted August 17, 2010 Author Share Posted August 17, 2010 any help!!! Link to comment 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 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 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 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 Share on other sites More sharing options...
moshxsoft Posted August 17, 2010 Author Share Posted August 17, 2010 any help now!! Link to comment 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 Share on other sites More sharing options...
Recommended Posts