Xuống dòng khi thêm dữ liệu mới trong file txt (PHP)

Đoạn code minh họa

$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);
SHARE

Unknown

  • Image
  • Image
  • Image
  • Image
  • Image

0 comments:

Post a Comment