post.php 파일
<?php $msg =$_GET['w']; $logfile= 'data.txt'; $fp = fopen($logfile, "a"); fwrite($fp,$msg); fclose($fp); ?>
로그인
회원가입