How the hell does this function work?
I can get the md5() to work but not this one.
here's my code:
$query=("insert into user (id,username,password) values ('','$frmuser','PASSWORD('$frmpass')')");
and here's my error:
ERROR - You have an error in your SQL syntax near 'asd')')' at line 1
this is the password section.
I've tried double and no quotes still get no good results. I've looked at the mysql site and the php site and couldn't find info on this function. Please help
thanks all