Scummy12 Posted May 2, 2010 Share Posted May 2, 2010 Ok need to add 2 strings containing numerical data, cannot seem to do it. Here is a sample: $bingo9=file_get_contents('http://mobsters-fb-apache-dynamic-lb.playdom.com/mob_fb/get_min_hit_list_bounty?user_id=100000952273457&target_id=100000556624340&level=358&session_id=8b56f9b52049dbe329b97c8293c7f78641ad7487&session_key=82573d27b16d6ea8ed2cc819a94c9d52dc93cd71&auth_key=cb07c7575b38df48d82dd53619385faa884db5a2&nocache=1272537280669&'); $bingo10=file_get_contents('http://mobsters-fb-apache-dynamic-lb.playdom.com/mob_fb/get_min_hit_list_bounty?user_id=100000952273457&target_id=100000556174477&level=358&session_id=8b56f9b52049dbe329b97c8293c7f78641ad7487&session_key=82573d27b16d6ea8ed2cc819a94c9d52dc93cd71&auth_key=cb07c7575b38df48d82dd53619385faa884db5a2&nocache=1272537280669&'); $explode10=explode('</min_cost>',$bingo10); $explode11=explode('</min_cost>',$bingo11); echo $explode10[0]; echo $explode11[0]; Need to find the sum of $explode10 and $explode11 Link to comment https://forums.phpfreaks.com/topic/200433-adding-strings/ Share on other sites More sharing options...
Ken2k7 Posted May 2, 2010 Share Posted May 2, 2010 13. Duplication of topics is strictly prohibited. Users will not post duplicate topics' date=' if a topic needs moved please use the "Report to Moderator" button and a staff member will move the topic as soon as possible.[/quote'] http://www.phpfreaks.com/page/rules-and-terms-of-service Please use this - http://www.phpfreaks.com/forums/index.php/topic,296582.0.html As said, it should work. If not, then please show the output of those values. Link to comment https://forums.phpfreaks.com/topic/200433-adding-strings/#findComment-1051809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.