I want source from a page so I was using file_get_conten ts(), but it comes back as Unathorized Access, because it needs a username and password to access the page. Last night I found a way to do with cURL, but if there is a simpler method, that would be nice.
[PHP]
$url = 'http://url.goes.here.c om';
$user_agent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)";
Comment