[PHP] Emulating a POST

2001-08-08 Thread Brandon Orther
Hello, I have used perl to emulate a post with LWP:UserAgent I am looking for the same effect in php. Does anyone know how I can do this? Thank you Brandon

RE: [PHP] Emulating a POST

2001-08-08 Thread Jack Dempsey
www.php.net/curl jack -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:51 PM To: PHP User Group Subject: [PHP] Emulating a POST Hello, I have used perl to emulate a post with LWP:UserAgent I am looking for the same effect in php

RE: [PHP] Emulating a POST

2001-08-08 Thread Tyrone Mills
I use CURL... Works beautifully... -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1:51 PM To: PHP User Group Subject: [PHP] Emulating a POST Hello, I have used perl to emulate a post with LWP:UserAgent I am looking for the same