>       I was wondering how the passwords in the mysql are encrypted? Can
those passwords be generated by php?

Sure can. 

$cryptedpass = crypt("the_password");

have a look at a quick n dirty file I put up a long while ago 
for someone else as a guide.

http://www.cwispy.com/freedownloads.php

Shane


Reply via email to