[PHP] Re: Fabforce 4.0.5.6 Beta

2005-10-30 Thread Daniel Bowett
Vizion wrote: I am trying to run Fabforce DBDesigner 4.0.5.6 Beta on: win xp pro Version 2002 Service Pack 2 PHP 5.0.5 Mysql server 5.0.13 installed from 5.0.13-rc-win32.zip and as Fabforce have closed their forum due to hacker problems I am hoping someopne here might have some idea how to

[PHP] Re: paring large files - PHP or Perl

2005-02-16 Thread Daniel Bowett
Jamie Alessio wrote: I'm a great believer in using the right program for the right job. I need some advice from people who use both PHP and Perl. I've long been a fan of PHP and we use it for all our development work. However, I seem to keep coming up with a bit of a problem when using PHP and I

[PHP] Re: Storing CCN's Again...

2005-02-09 Thread Daniel Bowett
Richard Lynch wrote: Tony Di Croce wrote: First I should say that I have NO plans to store CCN's on my site, but I do have a related question: Right now I accept CC info from a posted form and then from a PHP script submit that to authorize.net... Is their any way to get PHP to clean up any

[PHP] Public/Private Key Encryption

2005-02-06 Thread Daniel Bowett
Is there any way I can use public/private key encryption in php in a similar way to mcrypt. I have got php encrypting the data using gnugp but need to automate the decrytping element which is proving difficult because of the way the password is passed. -- PHP General Mailing List

[PHP] Re: [suspicious - maybe spam] Re: [PHP] Re: mcrypt public and private key

2005-02-05 Thread Daniel Bowett
Richard Lynch wrote: Daniel Bowett wrote: Marek Kilimajer wrote: Daniel Bowett wrote: Hi, I have been reading up on the mcrypt function. Is it possible to use it with a public and private key pair or just with a single key? Cheers. mcrypt supports only single key Is there anything out

[PHP] Re: mcrypt public and private key

2005-02-04 Thread Daniel Bowett
Marek Kilimajer wrote: Daniel Bowett wrote: Hi, I have been reading up on the mcrypt function. Is it possible to use it with a public and private key pair or just with a single key? Cheers. mcrypt supports only single key Is there anything out there that supports public/private key other than

[PHP] mcrypt public and private key

2005-02-03 Thread Daniel Bowett
Hi, I have been reading up on the mcrypt function. Is it possible to use it with a public and private key pair or just with a single key? Cheers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php