RE: [PHP-WIN] Form & MySQL

2001-05-03 Thread Ignatius Teo
rsday, 3 May 2001 23:47 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Form & MySQL Could you send to me an example code ? Thx Paul > Johannes is correct, but if you're woried about security remember that MD5 is a > one way algorithm - you don't need a ke

Re: [PHP-WIN] Form & MySQL

2001-05-03 Thread [EMAIL PROTECTED]
Could you send to me an example code ? Thx Paul > Johannes is correct, but if you're woried about security remember that MD5 is a > one way algorithm - you don't need a key to unscramble it. > > Tom > > Johannes Janson wrote: > > > Hi, > > > > a simple INSERT would do the job. > > To encrypt pass

Re: [PHP-WIN] Form & MySQL

2001-05-03 Thread Tom Mathews
Johannes is correct, but if you're woried about security remember that MD5 is a one way algorithm - you don't need a key to unscramble it. Tom Johannes Janson wrote: > Hi, > > a simple INSERT would do the job. > To encrypt password use md5(). > > Johannes > > ""fipo2001"" <[EMAIL PROTECTED]> sc

Re: [PHP-WIN] Form & MySQL

2001-05-03 Thread Johannes Janson
Hi, a simple INSERT would do the job. To encrypt password use md5(). Johannes ""fipo2001"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Please, help me. > I need to register the data that I collect with a simple form (FirstName, > SecondName, Email)

[PHP-WIN] Form & MySQL

2001-05-02 Thread fipo2001
Please, help me. I need to register the data that I collect with a simple form (FirstName, SecondName, Email) on a MySQL database. How I can do it ? .. and how I can to encrypt the access-password to the MySQL db in the php page ? I hope you can help me. Thx Paul -- PHP Windows Mailing List (ht