[PHP] Re: How can I simulate the login process?

2001-10-04 Thread _lallous
what if they were session variables...how can i fake that out? can you plz give me an example on how to make a header with cookies before requesting a page? "Richard Lynch" <[EMAIL PROTECTED]> wrote in message 046401c14d62$917ce620$c801a8c0@Lynchux100">news:046401c14d62$917ce620$c801a8c0@Lynchux

[PHP] Re: How can I simulate the login process?

2001-10-04 Thread Richard Lynch
You have to http://php.net/fopen (or http://php.net/curl for SSL page) the login page, get the headers, snarf out the cookies or whatever, generate the appropriate cookie headers to send back on the next page (and every page thereafter). Your goal is to "fake out" the web server into thinking you