> I'm trying to pass XML file from Site A to Site B for Site B to parse.
> Site B is maintained by other company, so I only need to worry about sending
> over the XML file. I've been hinted that fsockopen() can do the job.
if you have to do this I would suggest giving pear a try, no need to
reinv
Hi,
I'm trying to pass XML file from Site A to Site B for Site B to parse.
Site B is maintained by other company, so I only need to worry about sending
over the XML file. I've been hinted that fsockopen() can do the job.
I've done the following through PHP:
$port="80";
$host="134.134.134.134"
$
2 matches
Mail list logo