eg:比较两加密密码是否相等
$myfile = fopen("dxp_testfile.txt", "w") or die("Unable to open file!");
$txt = md5($pay_pwd)."\n";
fwrite($myfile, $txt);
$txt = $objSpace['sec_code']."\n";
fwrite($myfile, $txt);
fclose($myfile);
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!