Re: [PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Michael J. Pawlowsky
http://www.php.net/manual/en/ref.curl.php have the page send back whatever info you need. *** REPLY SEPARATOR *** On 04/01/2003 at 8:33 PM Phil Powell wrote: >CURL? I only understand CURL as a Vignette command, sorry, you lost me. > >Phil > >"Michael J. Pawlowsky" <[EMAIL P

Re: [PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Phil Powell
CURL? I only understand CURL as a Vignette command, sorry, you lost me. Phil "Michael J. Pawlowsky" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I'm not sure I totally understand... But why not just call it like a web page using curl? > > > > > *

Re: [PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Gerald Timothy Quimpo
On Sunday 05 January 2003 07:43 am, Phil Powell wrote: > I tried using REQUEST_URI but I didn't get the results I wanted. How will > process.asp know that process.php called it in order to do what it should > do? if you can get $_SERVER["REMOTE_ADDR"] or $HTTP_REMOTE_ADDR and if you can trust it

Re: [PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Andrew Brampton
hp is making the request. Andrew - Original Message - From: "Phil Powell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 11:43 PM Subject: [PHP] Second (Bizarre) Question regarding PHP and ASP I don't know how

Re: [PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Michael J. Pawlowsky
I'm not sure I totally understand... But why not just call it like a web page using curl? *** REPLY SEPARATOR *** On 04/01/2003 at 6:43 PM Phil Powell wrote: >I don't know how to post this one so I'm sorry for such bizarre >cross-posting, but honestly I don't know where t

[PHP] Second (Bizarre) Question regarding PHP and ASP

2003-01-04 Thread Phil Powell
I don't know how to post this one so I'm sorry for such bizarre cross-posting, but honestly I don't know where to go for help on this one! I have process.php that has to call a remote file called process.asp on another site. Site 1 has the cookie domain I want (that's where process.php is housed