<?php
$myFile = "mytest.txt";
$fil = fopen($myFile, 'a') or die("can't open file");
$stringData ="hello this is added string";
fwrite($fil, $stringData);
fclose($fil);
?>
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기