I'm not sure what it does, but perhaps try this:


mssql_query("INSERT INTO MEMB_INFO (memb__pwd) VALUES ('".md5($_POST['pass'])."', '')");

Depending on what encryption and what salt MuWeb uses...