RE: [PHP] Accessing HTTP Content

2004-03-29 Thread Quentin Bennett
at SOAP server class that does what I want (except that I am not sending SOAP) Thanks for your time! Quentin Bennett -Original Message- From: Burhan Khalid [mailto:[EMAIL PROTECTED] Sent: Monday, 29 March 2004 10:11 p.m. To: Quentin Bennett; [EMAIL PROTECTED] Subject: Re: [PHP] Accessi

Re: [PHP] Accessing HTTP Content

2004-03-29 Thread Burhan Khalid
Quentin Bennett wrote: Hi, Is this possible, please? What I want to do is, using an HTTP class, $myComms = new Ihttp_base_class(&$httpParams); $myComms->request = $some_document; $myComms->requrl = "/mysite/myscript.php"; $myComms->Send(); "myscript.php" runs within the same Ap