Anonymous <an*******@nowhere.invalid> wrote:
[php client]
So what do I have to do to make the login stick? Use a different way to
read the pages? Work with sessions? Cookies?
You should use a different way to request URLs. How are you requesting
them now? fopen? There are many intelligent ways to implement scripts
that pretend to be http clients. curl might be available on your
machine. Else there are classes like snoopy or the httpclient class in
PEAR. These will make handling cookies easier...
--
Daniel Tryba