case 'verify': print 'Code to verify user's password '; $retval = $handle->verifyUser($username, $password); if($retval) { print "[$username] verifies okay with password [$password] "; } else { print "Verify Error for [$username] with [$password] (wrong password or user doesn't exist!) "; }
break;
default: print '您要中断? '; } echo ""; } ?>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn