I am working on a script that requires grabbing the source html of a remote webpage. I have poured a good bit of time into this already, both in searching for information and in experimentation.
I've already written scripts that access remote files successfully, but I'm running into trouble with dynamically generated web pages. For instance, I can use fread to get the information in test.txt, but I don't know how to get the source html when the url is "
I know this must be possible, but I'm not having any luck finding any information on anything even remotely related. Please point me in the right direction.
I've already written scripts that access remote files successfully, but I'm running into trouble with dynamically generated web pages. For instance, I can use fread to get the information in test.txt, but I don't know how to get the source html when the url is "
I know this must be possible, but I'm not having any luck finding any information on anything even remotely related. Please point me in the right direction.