Dear all,
I have written a php webpage to update the member's login and password. Owing to the security consideration, it is not safe if it only write the code like this
$mysql="insert into member (login,password)values('$login','$password')";
Please give us rather safe method.
If the password is encrypted, how is it written when the password is inserted into the mysql database and how to take out to compare as the memeber login in.
Thanks
Simon