* 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