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

Fw: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-04 Thread Jacob Kruger
I'd actually thought this list was relatively inactive up until the various replies to all the other messages today, so I thought I'd send a 'reminder' relating to my specific problem (see below). If you guys are all using PHP on a Windows machine, it's a bit strange that I'm the only one who'

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

[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

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Oliver Espeter
Thanks for the very (!) fast answer. I'll consult that mail-list as you recoment. -- Mit freundlichen Grüßen / Best Regards Oliver Espeter - GravityShock- Kraus & Espeter GbR Tel.: +49 (2301) 9 18 39 33 Fax : +49 (2301) 91 28 96 www : www.GravityShock.biz "Eliz

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Oliver Espeter
I can only agree Bill and Elizabeth. @Nishantha: Do you only need a password-recovery function for registered users? Then simply create an random-string, save it in an extra column of your Data Stock and give it to the user. Also you can - as Elizabeth wrote - use an two-way-decryption and giv

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Elizabeth Smith
Oliver Espeter wrote: Hi, I have still the same problem. Because I didn't find a solution, I am aktualy writing a php extension that wrapps around the needed functions of the third-party com-sdk. My plan: - Connect to the third-party lib throuh COM direcly from my php-source-files. - Using a

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Oliver Espeter
Hi, I have still the same problem. Because I didn't find a solution, I am aktualy writing a php extension that wrapps around the needed functions of the third-party com-sdk. My plan: - Connect to the third-party lib throuh COM direcly from my php-source-files. - Using all running third-party fu

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Elizabeth Smith
Mohit wrote: That does not sound good. We should create some functions to decrypt it back again, agree? Mohit Valecha from the manual: crypt — One-way string encryption (hashing) Note: There is no decrypt function, since crypt() uses a one-way algorithm. I

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Mohit
That does not sound good. We should create some functions to decrypt it back again, agree? Mohit Valecha Senior Programmer SG Analytics Pvt. Ltd. Tel: +91 20 2566 1897 Mobile: +91 9975570015 www.sganalytics.com Disclaimer: "Unless indicated otherwise, the

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Bill Bolte
There isn't a way to un-encrypt it, it's a one-way encryption (http://www.php.net/manual/en/function.crypt.php). The user will have to recreate their password. -Original Message- From: Nishantha Pradeep [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 9:15 PM To: php Subject: [P