> My client has a website in which a customer will be purchasing gift > certificates online. They don't need a comprehensive e-commerce package, > just simple information passed across a secure connection, such as: user > names, passwords, credit cards and mailing addresses. We already have a > MySQL db set up with the gift certificate "package" information. I just > need to be able to store the customer information for retrieval later by > the > owners of the site. So is the MySQL database on a different machine? If it is, and you're talking about sending data securely to it, then using MySQL4/PHP4.3 or an SSH tunnel like Marco said are your options. If it's on the same machine, then you don't have to worry about this. Or are you talking about storing it securely, i.e. encrypting it within the database? Don't take this the wrong way, but unless you really, really know what you're doing, please don't store credit card numbers anywhere in your system. ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php