RE: [PHP] post request

2002-04-03 Thread Dan Harrington
user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks" > -Original Message- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 4:45 PM > To: [EMAIL PROTECTED] > Subject: [PHP] pos

[PHP] post request

2002-04-03 Thread Georgie Casey
i have to interact with a php script on a distance server through one of my scripts. i need to pretend i posted a form from my script... i understand there's 2 options. sockets and a PEAR thingy for HTTP POST n stuff. i was reading bout sockets in d php dev cookbook and its just really confusing.