[PHP] PHP as a proxy to an htaccess protected site. (STILL UNRESOLVED)

2002-06-24 Thread php
Hi people, Iam trying to make a script that you give it the login and password for a determined password protected site, and it logs you in. It will be like a proxy. So, what I have is something like this: ? $fp = fopen (http:// $login:$[EMAIL PROTECTED]/protected_area/index.html, r); while

[PHP] PHP as a proxy to an htaccess protected site.

2002-06-22 Thread Josepablo PĂ©rez - PHP -
Hello folks, Iam trying to make a script that you give it the login and password for a determined password protected site, and it logs you in. It will be like a proxy. So, what I have is something like this: ? $fp = fopen (http:// $login:$[EMAIL PROTECTED]/protected_area/index.html, r);