connections to MySQL

2002-02-15 Thread Lonnie Cumberland
that they know works that I might be able to use to try and connect to a simple database? I need to validate my app is working correctly. Thanks in advance, Lonnie -- Lonnie Cumberland OutStep Technologies Incorporated (313) 832-7366 URL: http://www.outstep.com EMAIL: [EMAIL

Re: encode() question

2001-01-19 Thread Lonnie Cumberland
Oops My mistake. I was not using the "salt" option. Now I can get the same result each time that I encrypt the same string. Thanks again, Lonnie --- "Gerald L. Clark" <[EMAIL PROTECTED]> wrote: > Lonnie Cumberland wrote: > > > > Hello All, >

encode() question

2001-01-19 Thread Lonnie Cumberland
? Cheers, Lonnie Cumberland __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ - Before posting, please check: http://www.mysql.com

Decrypt()?

2001-01-15 Thread Lonnie Cumberland
Hello All, I have been reading the manual on encode(), decode(), and encrypt() but have not been able to find a decrypt() function. I thought about using encode() and decode() but it returns a binary string that is not printable, which encrypt() does. Does anyone of a decrypt() function that wo