[PHP] Help: Logging Into Sites (webgames)

2001-04-30 Thread Fred

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?

If anyone has any ideas, or information, please help.

~Fred
[EMAIL PROTECTED]
ICQ 19551338



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 first.  You can also use
fsockopen().

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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.
  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 first.  You can also use
 fsockopen().

 --
 Steve Werby
 President, Befriend Internet Services LLC
 http://www.befriend.com/


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]