
Ryan - 2010-12-20 16:10:02
First of all, let me just say that I love your class. This has saved me a lot of time and effort, so thank you.
I have a scenario where I'd like to pull the source HTML (reply body) from a remote website, and parse various information from the source HTML that's returned by the ReadReplyBody function. My question is this. Is there anyway to retrieve that source HTML in an array by line in attempts to save the formatting of the original webpage instead of one long string?
I know that if you use the file() function in PHP you can do this, however with that you cannot modify the headers like you can with your class.
Any help with this would be much appreciated.
Thanks in advance!
-Ryan