If you are going to be sending parameters via GET (vs. POST), then it is as
simple as using the file() function :
http://www.php.net/manual/en/function.file.php
Used like so:
$page = file('http://www.example.com/index.cfm?fuseaction=foo');
print join('', $page);
If you are doing POST operations, it can get more complicated. I have seen
custom classes built to do that, and I think there are some examples on
PHP.net as well (somewhere... I'm not sure where, though).
HTH,
David Huyck
[EMAIL PROTECTED]
----- Original Message -----
From: "Jerzy Kalat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 18, 2002 9:55 AM
Subject: Implementation of <CFHTTP in PHP?
| Hi guys,
|
| I know it is off this topic in this group, but I know that there are people
| from both CF and PHP worlds.
|
| My question is, how to implement in PHP retrieving information from another
| site, which done very convenient in CF using <CFHTTP tag. Any examples or
| URLs where I can find more information.
|
| Thanks in advance.
|
| Jerzy Kalat
|
|
|
|
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================