http login

A

Anonymous

Guest
Is it possible to use the php script to pass the loginID and password to the "http login protected" webpage? In order to omitt the http login screen.........

[/img]
 
You mean a directory with .htaccess ??
If so I guess you can do it by using the shell_exec function
http://es2.php.net/manual/en/function.shell-exec.php
 
Back
Top