I was just writing something up and I have a question about saving data from
forms for a password.

 

So the logic for what I want to do is something like this:

 

Input from form -> check for magic quotes(if not then add quotes) -> md5
value -> save to database.

 

Now what happens if you change the logic to:

 

Input from form -> md5 value -> save to database.

 

Other individuals I have discussed this with would say that if you are on a
platform without magic quotes then the md5 values will be different.  Is
this the case?

 

-Anthony

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to