Yes I had quotes. And you're right the interpretation of the URL is as you
laid it out.

Unfortunatelly I don't have control on the login credentials. Tried %40 to
replace the @ but then it won't be accepted as a login.

Thanks for your reply!

G.



"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote Gunter Sammet:
> > Hi all:
> > Tried to use fopen like this:
> >
> > fopen([EMAIL PROTECTED]:[EMAIL PROTECTED]);
>
> I hope you have some sort of quotes around that.
>
> >
> > Didn't work and I couldn't find anything out on the search engines.
>
> You simply cant have @ or : in the username, it violates the URL
> specifications. A quick reading of your fopen would tell me to:
>
> open a connection to 'mydomain.com' on port
> '[EMAIL PROTECTED]', and send the username
> 'myname'.
>
>
> Curt
> -- 
> First, let me assure you that this is not one of those shady pyramid
schemes
> you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to