flemingmike Posted May 26, 2010 Share Posted May 26, 2010 hi, im hoping i can cleanup my results and then make a new page that can place the results in a nice table. here is my code: <?php $content1 = file_get_contents('http://sports.espn.go.com/mlb/bottomline/scores'); parse_str($content1,$vars); echo '<pre>'.print_r($vars, true).'</pre>'; ?> page can be seen at http://durhamit.ca/test/test.php Quote Link to comment https://forums.phpfreaks.com/topic/203001-cleanup-results/ Share on other sites More sharing options...
salathe Posted May 27, 2010 Share Posted May 27, 2010 Um, great? What is your question? Quote Link to comment https://forums.phpfreaks.com/topic/203001-cleanup-results/#findComment-1064041 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.