I found a solution and figured I would share with the everyone.
I was able to switch my request method over to POST (instead of GET). I
am now doing testing to make sure that this will meet my needs, but so
far it seems to work well.
This function accepts the data to post and then returns the res
Have you ever try JSON for data transfer?
http://json.org/
hope that helps.
You will also nend to have json.dll extension install on your php.
all the best,
Viola
On Dec 4, 2007 2:14 PM, James Crow <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I am having some trouble figuring out how to pass d
ailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 04, 2007 1:15 PM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] Errors with urlencode and gzcompress
>
> Hello all,
>
> I am having some trouble figuring out how to pass data to a remote PHP
> script.
>
> Here
Use Curl and pass XML...
-Original Message-
From: James Crow [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 04, 2007 1:15 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Errors with urlencode and gzcompress
Hello all,
I am having some trouble figuring out how to pass data to
Hello all,
I am having some trouble figuring out how to pass data to a remote PHP
script.
Here is the scenario:
I have several Windows boxes running Apache 2 and PHP 4. PHP5 is not an
option because of some Zend Encoded scripts that we purchased. I need to
pass data from one script to a remot