I want to use the read() function to read contents from another webserver. However, the webpage requires the user to authenticate before letting you view the content I want to capture. How can one use php to login to the webpage and read the file and output it to something else.
mojodojo