Posted by Michael Fesser on 12/21/07 16:51
..oO(Betikci Boris)
>The usage is something like that;
>
>$url = 'http://username:password@hostname/path?arg=value#anchor';
This is not a valid HTTP URL.
You can use something like this inside your script to fetch data from a
remote location, because PHP will automatically turn the credentials
into proper HTTP authentication headers, but for anything else this is
not allowed.
Micha
[Back to original message]
|