So I am going to use this aes_encript function, but I am not sure how to use it. My previous sql command was:
insert into auth_user values ('','$_POST[f_name]','$_POST[l_name]','$_POST[user_name]', password('$_POST[user_pass]'),'$_POST[user_priv]','$_POST[email]', now(), now())"
Could someone PLEASE rewite it with the new fuction
Thank you
x3graphics