September 11, 200520 yr I am still very new to php. Is there a way to fire FMS's http login authentication with Fx.php, and if so what is the critical code? Or am I limited to placing the name/password login fields on the web page with a login button? Michael
September 11, 200520 yr You should be able to "login" from php itself. It can "intercept" any http login requests. This could be done by using a URL like this: http://myusername:mypassword@myaddress/ Good Luck. Garry
Create an account or sign in to comment