I want to be able to capture a web page for further processing in PHP rather than having the page displayed on screen.
Is there a way to do that?
Specifically
I want to take the results of this URL and parse it in PHP
http://rpc.geocoder.us/service/namedcsv?zip=20502
Thanks for helping.