RE: [PHP] Clear POST variables

2006-02-16 Thread Gustafson, Tim
I agree. I always redirect my users to a "GET" page after a successful posting so that they can't click the browser's "RELOAD" button to cause a second posting. I have used this technique in dozens of PHP applications with hundreds of users, and it really cuts down on duplicate entries. On the "

[PHP] Upgrading from PHP 4 to PHP 5

2006-02-15 Thread Gustafson, Tim
Hello everyone! I have a very active Apache/PHP 4 server right now that I would like to upgrade to PHP 5. Can anyone give me any personal experiences as far as upgrading to the new version goes? I looked through the upgrade FAQ, and none of the issues listed there seem to apply to me. What I

[PHP] Curl With Certificates As Strings

2006-02-09 Thread Gustafson, Tim
Hello! Can Curl be configured to use SSL certificates in strings, rather than in files? I am storing my user's certificates in a mySQL database, and I don't really want to write those certificates to a file, and then use the file, and then delete them when I'm done. I would much rather just p

RE: [PHP] OpenSSL Problem

2005-01-06 Thread Gustafson, Tim
://www.meitech.com/ -Original Message- From: Gustafson, Tim Sent: Thursday, January 06, 2005 10:45 AM To: php-general@lists.php.net Subject: [PHP] OpenSSL Problem Hello I am trying to use the OpenSSL module for PHP on a FreeBSD 4.10 server. I have CVS'd everything, so I have the

RE: [PHP] OpenSSL Problem

2005-01-06 Thread Gustafson, Tim
ke it one step at a time. :) Tim Gustafson MEI Technology Consulting, Inc [EMAIL PROTECTED] (516) 379-0001 Office (516) 480-1870 Mobile/Emergencies (516) 908-4185 Fax http://www.meitech.com/ -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06,

[PHP] OpenSSL Problem

2005-01-06 Thread Gustafson, Tim
Hello I am trying to use the OpenSSL module for PHP on a FreeBSD 4.10 server. I have CVS'd everything, so I have the most current version of the FreeBSD port. I have attached the PHP file that I'm running. Here's the error message I get: openssl_csr_sign(): cannot get cert from parameter 2 The