<?php $name=$_POST['name']; $myfile= fopen("man.txt" , "a+") or die("Unable to open file!"); fwrite($myfile, "Name:".$name. "\r\n") ?>.
確定! 回上一頁