RE: [PHP] Re: Automatically send auth info

2004-05-12 Thread jon roig
I may be mistaken, but I think you can use CURL to grab that data. Check out the options available here: http://us3.php.net/manual/en/function.curl-setopt.php In particular, you may want to look at CURLOPT_USERPWD - jon roig --- Outgoing mail is certified Virus Free. Checked by AVG ant

RE: [PHP] Re: Automatically send auth info

2004-05-12 Thread motorpsychkill
> Are you using a web form? You can just grab the values from the form if > that's the case. But I suppose that you are not doing that, so you > could just add some variables for username / password as part of the > query string. Just realize, you're now sending login info in plain text! > > --