Re: [PHP] MD5 password

2001-05-04 Thread Thimo von Rauchhaupt
Hi there assume that I had a password field in md5 format like this $1$uJ8d$jJKOHnfh^79824/. how do i compare an input password to the password that I sore in database so it can return right or wrong password Just compare the md5 hashed password with the md5 hashed string from the database.

Re: [PHP] MySQL problem...

2001-04-26 Thread Thimo von Rauchhaupt
Generally spoken, echo the SQL-Statement, and paste it in your local MySql Client (e.g. MySql-Font). These Frontends give you a better error, and you´ll find the problem in seconds. (hope so) Peter Houchin [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP] Compressing an upload

2001-04-26 Thread Thimo von Rauchhaupt
Michael Conley [EMAIL PROTECTED] schrieb im Newsbeitrag 2102328FD2ECD411879E00609737BFD105DB37@FATBOY">news:2102328FD2ECD411879E00609737BFD105DB37@FATBOY... I am going to have a page that will be used for visitors to upload a file to my web server. I already use gzcompress to compress some of

Re: [PHP] user login names/values

2001-04-25 Thread Thimo von Rauchhaupt
Just to mention security, look at this page: http://www.livin4.com/jhacker/jh1.htm A simple login isn?t that easy, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list