i want to grab the html content of a remote website.
however, the page requires you to be logged in.
is there any way to get the html onto my hosting?
if i include the page, it says i must be logged in.
I would suggest to login to that page first, then without closing the browser, try to grab the html content of the site with your script.
of course ive tried that. doesnt work
Have you tried using fopen instead of include?
yes, it still says i need to be logged in.
anyone?
You should have a look into cURL. I have never used it but from what I have read you should be able to log on to the site from your script.