Hello there I am trying to update the password but whenever I execute this code it gives an error message. Is anyone here can check this code tell me how to fix this..
What I did i created php code for forgot password using token and email and successfully can run the code. But whenever I run this code below it doesn't execute the code.
I am new in programming so can anyone here help me this code.
Reset password code not working? Can anyone here help me to fix this?
What I did i created php code for forgot password using token and email and successfully can run the code. But whenever I run this code below it doesn't execute the code.
I am new in programming so can anyone here help me this code.
PHP:
<?php
if (isset($_GET["token"]) && isset($_GET["email"])) {...