Re[2]: [PHP-DB] Credit Card Encryption

2007-12-26 Thread sysvic
Instead functions and strategies to hide or divide information, why not using PHP with PECL extension and GnuPG to manage data using public/private key. This way is safer and easier. Only 3 lines of code: $gpg = new gnupg(); $gpg -> addencryptkey("43243243243243243243243243243243242"); $card_st

Re: [PHP-DB] pagination php mysql

2008-10-19 Thread sysvic
> I am implementing pagination on my php script, pagination is already > working, the result is displayed as checkboxes for users to check their > choices. my prob is if i have more than 1 page, users should be able to > choose from all 4 pages, one solution is creating a temporal table, which c