Re: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-06 Thread James Crow
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

Re: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-04 Thread Viola Holownia
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

RE: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-04 Thread James Crow
Curl is an option, but I would rather not add an extension to 100 remote servers if possible. I was hoping to find a PHP native way. Thanks, James On Tue, 2007-12-04 at 13:29 -0600, Bill Bolte wrote: > Use Curl and pass XML... > > -Original Message- > From: James Crow [mailto:[EMAIL PRO

RE: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-04 Thread Bill Bolte
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 a