yes, the content is the html output. I tried with curl but pure, without any adaptation with zend, and the result was the same as file_get_contents....
Have you an example, or something that could guide me through this? Thanks very much! 2009/4/20 Vadim Gabriel <[email protected]> > Hey, > > Did you try using the Curl Adapter within the Zend_Http_Client component? I > would try using a Curl to get the website content. By content you mean the > source code, Right? > > Vince. > > 2009/4/20 José de Menezes Soares Neto <[email protected]> > > Hello, >> I am trying to download an url content, but it is set with session (or >> cookie) (i could see it using a browser). >> >> When I did file_get_contents('url'); it only returns a blank page... >> >> There is a way to get the content of a page setup with session or cookie? >> >> I think the problem is the server is trying to download the content, not >> the user... >> >> Regards, >> >> José >> > > > > -- > Vincent Gabriel. > Lead Developer, Senior Support. > Zend Certified Engineer. > Zend Framework Certified Engineer. > > > > >
