Re: [PHP] How to use fopen() with protected directory (i.e .htaccess)

2003-02-11 Thread Ernest E Vogelsinger
At 06:22 11.02.2003, Daevid Vincent said: [snip] >How can I pass in a user/pw to an fopen() (or something similar)? You don't. fopen() doesn't access the server via HTTP. It's PHP that executes this call, sitting at the server, using the servers file system

[PHP] How to use fopen() with protected directory (i.e .htaccess)

2003-02-10 Thread Daevid Vincent
How can I pass in a user/pw to an fopen() (or something similar)? I am trying to render a dynamic db/php page into a static .html page -- or more specifically, I'm trying to email me back an html version of a report page on remote servers. The reports are located behind an https:// Apache user/pas