Hey all,
I'm trying to read a remote file into php using the fopen command. The problem is that the file sits on a site that needs http authentication in order to access it. How would I pass the username and password info to the page with fopen, or is there another way? FTP and telnet are both disabled
Thanks,
Nic
I'm trying to read a remote file into php using the fopen command. The problem is that the file sits on a site that needs http authentication in order to access it. How would I pass the username and password info to the page with fopen, or is there another way? FTP and telnet are both disabled
Thanks,
Nic