Online Store

2004-10-21 Thread Rick Langschultz
I am writing an online store for my company using MySQL, and PHP. I was wondering if anyone could suggest the table structure to include. My company has already explored the option of using an open source eCommerce site, but they have decided to work from the ground up. Here are the tables we have

InnoDB?

2004-10-15 Thread Rick Langschultz
Can I safely store multiple customer credit card numbers in a table that is InnoDB, if I use an Encrypt() to encrypt the number and then decrypt the number? The site will have a shared SSL cert on it. Please give me tips.