> which works great except I have been getting some 403
> access denied errors for some sites, checking I see
> that they are protected by a htaccess file (that
> checks the referrer) so i tried putting
> 
> header('referer: domain')
> 
> where domain is the parse_url['host'] of $remote_file
> but that too has failed...
> 
> Any ideas?


might want to try http://pear.php.net/package/HTTP_Client

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

Reply via email to