Hi all,
I am writing a web page which does the following:
- performs HTTP requests to several specific pages
- parses the results
- displays customised versions of the data.
I use fopen and it is really pretty straightforward , EXCEPT that one of the
sites does not operate without cookies. So, although I can view the site
using a browser, I cannot read it using fopen (well, actually I get the page
that says I need to enable cookies, but I don't get the data I want.)
Is there any way I can pretend that I have a cookie from PHP?
--
Stephen Oakes
I am writing a web page which does the following:
- performs HTTP requests to several specific pages
- parses the results
- displays customised versions of the data.
I use fopen and it is really pretty straightforward , EXCEPT that one of the
sites does not operate without cookies. So, although I can view the site
using a browser, I cannot read it using fopen (well, actually I get the page
that says I need to enable cookies, but I don't get the data I want.)
Is there any way I can pretend that I have a cookie from PHP?
--
Stephen Oakes
Comment