In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Christian Blichmann) wrote:

> Anybody got some code how to access the first part of
> a URI (the string just before the @)? I don't want to use
> HTTP-authentication and I'm using Win2k with IIS as CGI...
> 
> Example:
>   http:[EMAIL PROTECTED]/myPathTo/myFile.ending
> 
> I'd like to retrieve the "http://someReallyWeirdAtDomain"-part.

<http://php.net/parse-url>

-- 
CC

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

Reply via email to