hello i need little help with function in php for register user with md5 password activate.
This is my insert command in php:
i have create function fn_md5 in db Me_MuOnline, and this query work in new query by SQL Server, but in php don't work:(( what is wrong?$msquery2 = "INSERT INTO Me_MuOnline.dbo.MEMB_INFO (memb___id,memb__pwd,memb_name,sno__numb,mail_addr,appl_days,modi_days,out__days,true_days,mail_chek,bloc_code,ctl1_code) VALUES ('$account',[dbo].[fn_md5]('pass','account'),'$account','1234567','$email','$regtime','$regtime','$regtime','$regtime','1','0','0')";
$msresults= mssql_query($msquery2);




