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
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

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

[PHP-WIN] Errors with urlencode and gzcompress

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