So aktualisieren Sie das Passwort in PHPPhp

PHP-Programmierer chatten hier
Anonymous
 So aktualisieren Sie das Passwort in PHP

Post by Anonymous »

Dies ist Funktionen.php < /p>

Code: Select all

function updatePassword($id,$npassword)
{
if(mysql_query("UPDATE `users` SET `password`='".$npassword."'  WHERE `id`=".$id))
return true;
else
return false;
}
< /code>
this is Seting.php: < /p>


Past Password: 

 New Password: 






Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post