Re: [PHP] Help: Logging Into Sites (webgames)

2001-04-30 Thread Fred
Thank you, ill look into fsocks at php.net. ~Fred "Steve Werby" <[EMAIL PROTECTED]> wrote in message 096501c0d1dd$d324dd40$6501a8c0@workstation7">news:096501c0d1dd$d324dd40$6501a8c0@workstation7... > "Fred" <[EMAIL PROTECTED]> wrote: > > I want to log into a game and access a page and parse it.

Re: [PHP] Help: Logging Into Sites (webgames)

2001-04-30 Thread Steve Werby
"Fred" <[EMAIL PROTECTED]> wrote: > I want to log into a game and access a page and parse it. > To Log into the game, youd have to use a form, so how do I do this in PHP? Using CURL functions you can post to a URL and grab the output. You have to compile PHP --with-curl after installing CURL fir