You can use cURL, and must if it's an SSL server, or you can just fsockopen
to their server on port 80 and send the stuff they expect.

See code archives for sample code.

http://php.net/links.php

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Brandon Orther <[EMAIL PROTECTED]>
Newsgroups: php.general
To: PHP User Group <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 3:16 PM
Subject: Sending information to a script on another host....


Hello,

I am trying to make a script that automates domain name registration.  What
I need my script to do is send information to a script that opensrs runs to
activate a pending order.  But I don't want to redirect the user there. I
only want to send information there and then take the user to a friendly
pretty place.

I have some reason to believe has to do with cURL, but not sure.  I hope you
understand what I am saying.
Thanks
Brandon



-- 
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]

Reply via email to