Sure, NOAA issues text broadcast reports of solar statistics like sunspot numbers and solar flux index calculations every three hours. I want to take the numbers from that text, and supply the...
I talked to the tech support of my host provider. They were very cooperative and installed the cURL libraries on my host server. So now I am able to work the cURL magic.
Thanks svidgen. Your suggestion for cURL looks nice. However, I do not own the host server and the hosting company will not allow additions to their vanilla PHP5 install.
Heres the problem. I can view plain text public data from a government web page. But I want to capture that text and put it into a string var in a javascript to parse the data for display in a...