I'm grabbing a basic HTML page from a remote server. I want to rip out everything upto and including the <body> tag and everything after and including the </body> tag.
Then I'll just plug what's left over into a table and call it good.
I searched the forum for an hour and didn't find a quick answer.
I realize this is a security risk but my client will be running both sites, the one with the data and the one pulling it, so I'm not worried.
Sorry if this is a stupid question, I don't work with PHP much.
Thanks ahead of time!