[PHP] Re:

2004-03-30 Thread Richard Rojas
I think it because of the register_globals automatically set to off on PHP 4.2 up. try using $_GET["item1"] or $_POST["item1"] instead. hth - Original Message - From: "Ketvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 4:40 PM Dear all, i just move my p

[PHP] Save Dialog

2003-01-14 Thread Richard Rojas
Hi guys, Is there a way for PHP to invoke the Save Dialog on the client's PC? And after choosing a filename, save the contents of a TextArea into their hard drives? --- Richard --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Questions on PHPs openssl extensions

2002-11-29 Thread Richard Rojas
I've been looking on PHP.net's manual for openssl functions but it seems that they have very little information on the said functions. Ive tried posting on mailing lists for some help but I havent been receiving fruitful responses. Some even told me that it is very difficult to find a

[PHP] how to use openssl_x509_read.

2002-11-27 Thread Richard Rojas
Hi, Does anybody know how to use this function? openssl_x509_read(mixed x509certdata) Is x509certdata the certificate submitted by the browser to the server? Richard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Need help on client certificate validation using OpenSSL/PHP

2002-11-25 Thread Richard Rojas
Hi All, I'm a PHP newbie and Im really having difficulty with client-server certificate validation using Openssl and PHP. If somehow you know of a tutorial, a website or sample PHP codes that checks (expired, revoked) and validates client certificates, it would be of great help.