$fp=fopen("user.txt",'a+')or exit("khong tim thay file can mo");
$str="\r\n".$_POST["tendn"].$_POST["mk"];
fwrite($fp,$str);
fclose($fp);
Xuống dòng khi thêm dữ liệu mới trong file txt (PHP)
Đoạn code minh họa
0 comments:
Post a Comment