댓글 검색 목록

[php] 화일에 쓰기

페이지 정보

작성자 운영자 작성일 15-05-18 21:42 조회 2,097 댓글 0

<?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);

?> 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.