RE: [PHP] How do I send a POST request?

2002-02-12 Thread Johnson, Kirk
See PostToHost in the archives: http://marc.theaimsgroup.com/?l=php-generalm=92353052714384w=2 Kirk -Original Message- From: LaserJetter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:15 PM To: [EMAIL PROTECTED] Subject: [PHP] How do I send a POST request? I'm

RE: [PHP] How do I send a POST request?

2002-02-12 Thread Philip J. Newman
Perhaps use a form? On 12/Feb/2002 19:14:48, LaserJetter wrote: I'm currently sending an HTTP request for clientlogin.php?date=2002-02-12type=nl and doing this by opening a socket connection with fsockopen, fwriting GET /clientlogin.php?date=2002-02-12type=nl.. to the socket and then

Re: [PHP] How do I send a POST request?

2002-02-12 Thread Erik Price
On Tuesday, February 12, 2002, at 02:14 PM, LaserJetter wrote: I'm currently sending an HTTP request for clientlogin.php?date=2002-02-12type=nl and doing this by opening a socket connection with fsockopen, fwriting GET /clientlogin.php?date=2002-02-12type=nl.. to the socket and then

RE: [PHP] How do I send a POST request?

2002-02-12 Thread Daniel Kushner
http://phpclasses.upperdesign.com/browse.html/package/375/ -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 3:21 PM To: LaserJetter Cc: [EMAIL PROTECTED] Subject: Re: [PHP] How do I send a POST request? On Tuesday, February 12

RE: [PHP] How do I send a POST request?

2002-02-12 Thread Anas Mughal
Or use javascript -- if you can't use a form. --- Philip J. Newman [EMAIL PROTECTED] wrote: Perhaps use a form? On 12/Feb/2002 19:14:48, LaserJetter wrote: I'm currently sending an HTTP request for clientlogin.php?date=2002-02-12type=nl and doing this by opening a socket connection